pidgin/plugins/timestamp_format.c

branch
cpw.qulogic.gtk3-required
changeset 33120
f6f1a27ade72
parent 32394
f883709bdba4
child 32438
dc8991868906
--- a/pidgin/plugins/timestamp_format.c	Fri Dec 23 03:59:39 2011 +0000
+++ b/pidgin/plugins/timestamp_format.c	Fri Dec 23 09:14:56 2011 +0000
@@ -155,8 +155,9 @@
 	if (!frame)
 		return;
 
+  /* GTK_DIALOG_NO_SEPARATOR seems to be gone in gtk+ 3.0... */
 	dialog = gtk_dialog_new_with_buttons(PIDGIN_ALERT_TITLE, NULL,
-			GTK_DIALOG_NO_SEPARATOR | GTK_DIALOG_DESTROY_WITH_PARENT,
+			GTK_DIALOG_DESTROY_WITH_PARENT,
 			GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
 			NULL);
 	g_signal_connect_after(G_OBJECT(dialog), "response", G_CALLBACK(gtk_widget_destroy), dialog);

mercurial