[gaim-migrate @ 13995]

Thu, 20 Oct 2005 21:21:49 +0000

author
Luke Schierer <lschiere@pidgin.im>
date
Thu, 20 Oct 2005 21:21:49 +0000
changeset 11704
a86711ef1c61
parent 11703
6b22ef099870
child 11705
8200a990caf1

[gaim-migrate @ 13995]
I'm not sure what dd was, but it certainly isn't being used now if as its
never set to anything, and fully removing it stops us from crashing.

src/gtkprefs.c file | annotate | diff | comparison | revisions
--- a/src/gtkprefs.c	Thu Oct 20 17:11:56 2005 +0000
+++ b/src/gtkprefs.c	Thu Oct 20 21:21:49 2005 +0000
@@ -1778,7 +1778,6 @@
 	GtkWidget *label;
 	GtkWidget *button;
 	GtkWidget *select;
-	GtkWidget *dd;
 	GtkSizeGroup *sg;
 
 	ret = gtk_vbox_new(FALSE, GAIM_HIG_CAT_SPACE);
@@ -1800,9 +1799,6 @@
 	button = gaim_gtk_prefs_checkbox(_("_Report idle time"),
 			"/gaim/gtk/idle/report", vbox);
 
-	gtk_size_group_add_widget(sg, dd);
-	gtk_misc_set_alignment(GTK_MISC(dd), 0, 0.5);
-
 	vbox = gaim_gtk_make_frame (ret, _("Auto-away"));
 	button = gaim_gtk_prefs_checkbox(_("Set away _when idle"),
 						   "/core/away/away_when_idle", vbox);

mercurial