[geany/geany-plugins] 49c943: fix: fixed misidentations

Enrico Trotta git-noreply at xxxxx
Wed May 2 20:23:58 UTC 2012


Branch:      refs/heads/master
Author:      Enrico Trotta <enrico.trt at gmail.com>
Committer:   Enrico Trotta <enrico.trt at gmail.com>
Date:        Wed, 02 May 2012 20:23:58
Commit:      49c943b1e4f330938cb6d9e7909a84c64bc1fe11
             https://github.com/geany/geany-plugins/commit/49c943b1e4f330938cb6d9e7909a84c64bc1fe11

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).



More information about the Plugins-Commits mailing list