src/dialogs.c

changeset 187
2fd4d04077a5
parent 160
8ddbf033f478
child 194
8c7ebb5ca893
--- a/src/dialogs.c	Wed Apr 26 17:57:09 2000 +0000
+++ b/src/dialogs.c	Wed Apr 26 18:27:28 2000 +0000
@@ -1910,6 +1910,11 @@
 
 		colordialog = gtk_color_selection_dialog_new("Select Text Color");
                 colorsel = GTK_COLOR_SELECTION_DIALOG(colordialog)->colorsel;
+		
+		/* XXX: Modality is evil, but we need it until we have
+		 * per-conversation color dialogs */
+
+		gtk_window_set_modal(GTK_WINDOW(colordialog), TRUE);
 
                 gtk_object_set_user_data(GTK_OBJECT(colorsel), entry);
 		

mercurial