SF.net SVN: geany-plugins:[657] trunk/geanysendmail/src/geanysendmail.c
frlan at users.sourceforge.net
frlan at xxxxx
Fri May 22 20:01:53 UTC 2009
Revision: 657
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=657&view=rev
Author: frlan
Date: 2009-05-22 20:01:53 +0000 (Fri, 22 May 2009)
Log Message:
-----------
GeanySendMail: Remove some unused and maybe confusing comment
Modified Paths:
--------------
trunk/geanysendmail/src/geanysendmail.c
Modified: trunk/geanysendmail/src/geanysendmail.c
===================================================================
--- trunk/geanysendmail/src/geanysendmail.c 2009-05-19 17:30:21 UTC (rev 656)
+++ trunk/geanysendmail/src/geanysendmail.c 2009-05-22 20:01:53 UTC (rev 657)
@@ -360,11 +360,9 @@
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(pref_widgets.checkbox_icon_to_toolbar), icon_in_toolbar);
gtk_widget_show(pref_widgets.checkbox_icon_to_toolbar);
- pref_widgets.checkbox_use_addressdialog = gtk_check_button_new_with_label(_("Using dialog for entering email address of recipients"));
- /*gtk_tooltips_set_tip(tooltip, checkbox_use_addressdialog,
- _
- ("Shows a icon in the toolbar to send file more easy."),
- NULL);*/
+ pref_widgets.checkbox_use_addressdialog = gtk_check_button_new_with_label(_
+ ("Using dialog for entering email address of recipients"));
+
gtk_button_set_focus_on_click(GTK_BUTTON(pref_widgets.checkbox_use_addressdialog), FALSE);
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(pref_widgets.checkbox_use_addressdialog), use_address_dialog);
gtk_widget_show(pref_widgets.checkbox_use_addressdialog);
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