diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-08 20:56:09 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-08 20:56:09 +0000 |
commit | 07e9e2dc3241eef1b803e655a5273f79cb758806 (patch) | |
tree | 0846f3e3cbefd39041e580bffbc7556eb7f45c93 /_darcs/tentative_pristine | |
parent | e67affdbbcdcaa9f43750389922b802d0b425ddb (diff) |
Remove _darcs from git repository
Not sure how or why this got in there.
Diffstat (limited to '_darcs/tentative_pristine')
-rw-r--r-- | _darcs/tentative_pristine | 17 |
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); |