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

frlan at users.sourceforge.net frlan at xxxxx
Sun May 16 11:42:40 UTC 2010


Revision: 1367
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1367&view=rev
Author:   frlan
Date:     2010-05-16 11:42:40 +0000 (Sun, 16 May 2010)

Log Message:
-----------
GeanyVC: Remove not needed gtk_widget_show_all()

Modified Paths:
--------------
    trunk/geany-plugins/geanyvc/src/geanyvc.c

Modified: trunk/geany-plugins/geanyvc/src/geanyvc.c
===================================================================
--- trunk/geany-plugins/geanyvc/src/geanyvc.c	2010-05-16 11:42:11 UTC (rev 1366)
+++ trunk/geany-plugins/geanyvc/src/geanyvc.c	2010-05-16 11:42:40 UTC (rev 1367)
@@ -2253,9 +2253,6 @@
 	g_signal_connect(menu_vc_commit, "activate", G_CALLBACK(vccommit_activated), NULL);
 
 	gtk_widget_show_all(menu_vc);
-	gtk_widget_show_all(menu_vc_file);
-	gtk_widget_show_all(menu_vc_dir);
-	gtk_widget_show_all(menu_vc_basedir);
 
 	/* initialize keybindings */
 	init_keybindings();


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