summaryrefslogtreecommitdiff
path: root/_darcs/tentative_pristine
diff options
context:
space:
mode:
Diffstat (limited to '_darcs/tentative_pristine')
-rw-r--r--_darcs/tentative_pristine17
1 files changed, 0 insertions, 17 deletions
diff --git a/_darcs/tentative_pristine b/_darcs/tentative_pristine
deleted file mode 100644
index 66a843163..000000000
--- a/_darcs/tentative_pristine
+++ /dev/null
@@ -1,17 +0,0 @@
-hunk ./actions/facebookhome.php 78
-- echo '<fb:success message="You can now use the Identi.ca from Facebook!" />';
-+ echo '<fb:success message="You can now use Identi.ca from Facebook!" />';
-hunk ./actions/facebooksettings.php 72
-- .'<fb:add-section-button section="profile"/>'
-+ .'<p><fb:add-section-button section="profile"/></p>'
-hunk ./actions/facebooksettings.php 75
-- $fbml .= '<fb:prompt-permission perms="status_update"><h2>Allow Identi.ca to update my Facebook status</h2></fb:prompt-permission>';
-+ $fbml .= '<p><fb:prompt-permission perms="status_update"><h2>Allow Identi.ca to update my Facebook status</h2></fb:prompt-permission></p>';
-+
-+ if ($facebook->api_client->users_hasAppPermission('status_update')) {
-hunk ./actions/facebooksettings.php 106
-+ }
-+
-hunk ./lib/facebookaction.php 75
-- $html = Facebookaction::Aender_notice($notice);
-+ $html = Facebookaction::render_notice($notice);