Mercurial > pidgin
changeset 14386:8a213dc761dd
[gaim-migrate @ 17092]
A long line fix, this is just so it doesn't get in my way in a minute.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Thu, 31 Aug 2006 03:12:07 +0000 |
parents | d1e4e986bbd1 |
children | 39b0124a455d |
files | gtk/plugins/notify.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gtk/plugins/notify.c Thu Aug 31 02:59:59 2006 +0000 +++ b/gtk/plugins/notify.c Thu Aug 31 03:12:07 2006 +0000 @@ -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();