# HG changeset patch # User Luke Schierer # Date 1129843309 0 # Node ID 96a9462583c1d822b8b5d080b622d0eab0fabe65 # Parent a53cef8bd22b5d292a554f1640b009735e5b986b [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. committer: Tailor Script diff -r a53cef8bd22b -r 96a9462583c1 src/gtkprefs.c --- 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);