Branch: refs/heads/master Author: Enrico Trotta enrico.trt@gmail.com Committer: Enrico Trotta enrico.trt@gmail.com Date: Wed, 02 May 2012 20:23:58 Commit: 49c943b1e4f330938cb6d9e7909a84c64bc1fe11 https://github.com/geany/geany-plugins/commit/49c943b1e4f330938cb6d9e7909a84...
Log Message: ----------- fix: fixed misidentations
Modified Paths: -------------- geniuspaste/src/geniuspaste.c
Modified: geniuspaste/src/geniuspaste.c 11 files changed, 5 insertions(+), 6 deletions(-) =================================================================== @@ -1,4 +1,3 @@ - /* * geniuspaste - paste your code on your favorite pastebin. * @@ -49,11 +48,11 @@ static GtkWidget *main_menu_item = NULL;
static const gchar *websites[] = { -"http://codepad.org", -"http://pastebin.com/api_public.php", -"http://pastebin.geany.org/api/", -"http://dpaste.de/api/", -"http://sprunge.us/", + "http://codepad.org", + "http://pastebin.com/api_public.php", + "http://pastebin.geany.org/api/", + "http://dpaste.de/api/", + "http://sprunge.us/", };
static struct {
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
plugins-commits@lists.geany.org