SF.net SVN: geany-plugins:[1527] trunk/geany-plugins/updatechecker/src/ updatechecker.c
frlan at users.sourceforge.net
frlan at xxxxx
Mon Aug 23 08:44:07 UTC 2010
Revision: 1527
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1527&view=rev
Author: frlan
Date: 2010-08-23 08:44:07 +0000 (Mon, 23 Aug 2010)
Log Message:
-----------
Removed a not used hbox
Modified Paths:
--------------
trunk/geany-plugins/updatechecker/src/updatechecker.c
Modified: trunk/geany-plugins/updatechecker/src/updatechecker.c
===================================================================
--- trunk/geany-plugins/updatechecker/src/updatechecker.c 2010-08-23 08:28:30 UTC (rev 1526)
+++ trunk/geany-plugins/updatechecker/src/updatechecker.c 2010-08-23 08:44:07 UTC (rev 1527)
@@ -276,8 +276,6 @@
plugin_configure(GtkDialog * dialog)
{
GtkWidget *vbox;
- GtkWidget *hbox_autocompletion;
-
vbox = gtk_vbox_new(FALSE, 6);
config_widgets.run_on_startup = gtk_check_button_new_with_label(
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