pidgin/ljfisher-ssl-client-auth

GtkDialog doesn't have a 'has-separator' property anymore
cpw.qulogic.gtk3
2010-11-29, Marcus Lundblad
72ec07a21f14
Parents e68ef2563a05
Children 188ce0465fb6
GtkDialog doesn't have a 'has-separator' property anymore
--- 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);
}