Revision: 188 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=188&view=rev Author: frlan Date: 2008-09-29 21:37:18 +0000 (Mon, 29 Sep 2008)
Log Message: ----------- GeanySendMail: Make configuration example copyable
Modified Paths: -------------- trunk/geanysendmail/ChangeLog trunk/geanysendmail/src/geanysendmail.c
Modified: trunk/geanysendmail/ChangeLog =================================================================== --- trunk/geanysendmail/ChangeLog 2008-09-26 19:49:20 UTC (rev 187) +++ trunk/geanysendmail/ChangeLog 2008-09-29 21:37:18 UTC (rev 188) @@ -1,3 +1,8 @@ +2008-09-28 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + + * Make configuration example copyable. + + 2008-09-25 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Added a patch by Timothy Boronczyk to support creating a mail with
Modified: trunk/geanysendmail/src/geanysendmail.c =================================================================== --- trunk/geanysendmail/src/geanysendmail.c 2008-09-26 19:49:20 UTC (rev 187) +++ trunk/geanysendmail/src/geanysendmail.c 2008-09-29 21:37:18 UTC (rev 188) @@ -360,6 +360,7 @@ \n\t%r will be replaced the recipient's email address. \ \n\tAs an example you can use:\ \n\tsylpheed --attach %f --compose %r")); + gtk_label_set_selectable(GTK_LABEL(label2), TRUE); gtk_widget_show(label2); gtk_misc_set_alignment(GTK_MISC(label2), 0, 0.5);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.