diff src/gtkprivacy.c @ 9606:03be9d653123

[gaim-migrate @ 10449] (20:04:37) LSchiere: datallah: commit message? (20:06:13) nosnilmot: LSchiere: "datallah removed some stuff and doesn't know how to prevent extra tabs on blank lines" ;-) (20:06:58) datallah: nosnilmot: i know.. i'm going to hell (20:07:12) nosnilmot: datallah: save me a place :) (20:07:21) datallah: "this should make multi-monitor people happier" committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 28 Jul 2004 00:07:02 +0000
parents 7a8aa87164ae
children 4a15962c344a
line wrap: on
line diff
--- a/src/gtkprivacy.c	Tue Jul 27 05:45:09 2004 +0000
+++ b/src/gtkprivacy.c	Wed Jul 28 00:07:02 2004 +0000
@@ -388,8 +388,6 @@
 	g_signal_connect(G_OBJECT(dialog->win), "delete_event",
 					 G_CALLBACK(destroy_cb), dialog);
 
-	gtk_widget_realize(dialog->win);
-
 	/* Main vbox */
 	vbox = gtk_vbox_new(FALSE, 12);
 	gtk_container_add(GTK_CONTAINER(dialog->win), vbox);