From: <de...@us...> - 2006-08-31 03:12:13
|
Revision: 17092 http://svn.sourceforge.net/gaim/?rev=17092&view=rev Author: deryni9 Date: 2006-08-30 20:12:07 -0700 (Wed, 30 Aug 2006) Log Message: ----------- A long line fix, this is just so it doesn't get in my way in a minute. Modified Paths: -------------- trunk/gtk/plugins/notify.c Modified: trunk/gtk/plugins/notify.c =================================================================== --- trunk/gtk/plugins/notify.c 2006-08-31 02:59:59 UTC (rev 17091) +++ trunk/gtk/plugins/notify.c 2006-08-31 03:12:07 UTC (rev 17092) @@ -599,7 +599,8 @@ GtkWidget *entry = g_object_get_data(G_OBJECT(widget), "title-entry"); gtk_widget_set_sensitive(entry, on); - gaim_prefs_set_string("/plugins/gtk/X11/notify/title_string", gtk_entry_get_text(GTK_ENTRY(entry))); + gaim_prefs_set_string("/plugins/gtk/X11/notify/title_string", + gtk_entry_get_text(GTK_ENTRY(entry))); } apply_method(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |