SF.net SVN: geany-plugins:[380] trunk/geanyvc/geanyvc.c

frlan at users.sourceforge.net frlan at xxxxx
Sat Jan 17 12:17:23 UTC 2009


Revision: 380
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=380&view=rev
Author:   frlan
Date:     2009-01-17 12:17:22 +0000 (Sat, 17 Jan 2009)

Log Message:
-----------
GeanyVC: Applied a patch by Enrico to avoid issues when using Enchant on spellchecking side

Modified Paths:
--------------
    trunk/geanyvc/geanyvc.c

Modified: trunk/geanyvc/geanyvc.c
===================================================================
--- trunk/geanyvc/geanyvc.c	2009-01-14 22:13:08 UTC (rev 379)
+++ trunk/geanyvc/geanyvc.c	2009-01-17 12:17:22 UTC (rev 380)
@@ -512,7 +512,7 @@
 	return exit_code;
 }
 
-gint
+static gint
 execute_command(const VC_RECORD * vc, gchar ** std_out, gchar ** std_err, const gchar * filename,
 		gint cmd, GSList * list, const gchar * message)
 {
@@ -754,8 +754,6 @@
 	doc = document_get_current();
 	g_return_if_fail(doc != NULL && doc->file_name != NULL);
 
-	ui_set_statusbar(TRUE, doc->file_name);
-
 	vc = find_vc(doc->file_name);
 	g_return_if_fail(vc);
 
@@ -1196,7 +1194,7 @@
 #define GLADE_HOOKUP_OBJECT_NO_REF(component,widget,name) \
   g_object_set_data (G_OBJECT (component), name, widget)
 
-GtkWidget *
+static GtkWidget *
 create_commitDialog(void)
 {
 	GtkWidget *commitDialog;


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