Make the "New Status" window resizable again

Sun, 24 Jun 2007 17:12:10 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Sun, 24 Jun 2007 17:12:10 +0000
changeset 18326
a1f94c14daf2
parent 18325
e2564a9bfd31
child 18327
4210579f404b

Make the "New Status" window resizable again

pidgin/gtksavedstatuses.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtksavedstatuses.c	Sun Jun 24 17:07:34 2007 +0000
+++ b/pidgin/gtksavedstatuses.c	Sun Jun 24 17:12:10 2007 +0000
@@ -1140,7 +1140,7 @@
 	if (edit)
 		dialog->original_title = g_strdup(purple_savedstatus_get_title(saved_status));
 
-	dialog->window = win = pidgin_create_window (_("Status"), PIDGIN_HIG_BORDER, "status", FALSE) ;
+	dialog->window = win = pidgin_create_window(_("Status"), PIDGIN_HIG_BORDER, "status", TRUE);
 
 	g_signal_connect(G_OBJECT(win), "delete_event",
 					 G_CALLBACK(status_editor_destroy_cb), dialog);

mercurial