Revision: 678 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=678&view=rev Author: frlan Date: 2009-05-28 15:53:25 +0000 (Thu, 28 May 2009)
Log Message: ----------- GeanySendMail: Removed not used anymore variable
Modified Paths: -------------- trunk/geanysendmail/src/geanysendmail.c
Modified: trunk/geanysendmail/src/geanysendmail.c =================================================================== --- trunk/geanysendmail/src/geanysendmail.c 2009-05-28 15:51:17 UTC (rev 677) +++ trunk/geanysendmail/src/geanysendmail.c 2009-05-28 15:53:25 UTC (rev 678) @@ -326,10 +326,7 @@ GtkWidget *plugin_configure(GtkDialog *dialog) { GtkWidget *label1, *label2, *vbox; - GtkTooltips *tooltip = NULL;
- tooltip = gtk_tooltips_new(); - vbox = gtk_vbox_new(FALSE, 6);
/* add a label and a text entry to the dialog */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org