SF.net SVN: geany-plugins:[369] trunk/geany-mini-script/src/gms_gui.c

prublot at users.sourceforge.net prublot at xxxxx
Mon Jan 5 20:26:37 UTC 2009


Revision: 369
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=369&view=rev
Author:   prublot
Date:     2009-01-05 20:26:37 +0000 (Mon, 05 Jan 2009)

Log Message:
-----------
fix two compiler warnings because 'this' was declared twice in two functions.

Modified Paths:
--------------
    trunk/geany-mini-script/src/gms_gui.c

Modified: trunk/geany-mini-script/src/gms_gui.c
===================================================================
--- trunk/geany-mini-script/src/gms_gui.c	2009-01-05 16:31:21 UTC (rev 368)
+++ trunk/geany-mini-script/src/gms_gui.c	2009-01-05 20:26:37 UTC (rev 369)
@@ -251,7 +251,6 @@
 
     if (gtk_dialog_run (GTK_DIALOG (p_dialog)) == GTK_RESPONSE_ACCEPT)
     {
-        gms_private_t *this = GMS_PRIVATE(data) ;
         gchar         *filename = NULL;
 
         filename = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (p_dialog));
@@ -307,7 +306,6 @@
 
     if (gtk_dialog_run (GTK_DIALOG (p_dialog)) == GTK_RESPONSE_ACCEPT)
     {
-        gms_private_t *this = GMS_PRIVATE(data) ;
         gchar         *filename = NULL;
 
         filename = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (p_dialog));


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list