changeset 32635:45625ed0a985

GtkDialog doesn't have a 'has-separator' property anymore
author Marcus Lundblad <ml@update.uu.se>
date Mon, 29 Nov 2010 07:30:49 +0000
parents 866ef8552606
children 1c9d68bfb7d8
files pidgin/gtkutils.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkutils.c	Sun Nov 28 22:52:10 2010 +0000
+++ b/pidgin/gtkutils.c	Mon Nov 29 07:30:49 2010 +0000
@@ -180,7 +180,6 @@
 
 	wnd = GTK_WINDOW(gtk_dialog_new());
 	pidgin_window_init(wnd, title, border_width, role, resizable);
-	g_object_set(G_OBJECT(wnd), "has-separator", FALSE, NULL);
 
 	return GTK_WIDGET(wnd);
 }