diff options
author | Kjartan Maraas <kmaraas@src.gnome.org> | 2006-01-28 00:34:03 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2006-01-28 00:34:03 +0800 |
commit | 45f799eb8632142a31d1dbf3572c2672bb36c747 (patch) | |
tree | 852523494c449077b4e59e0812bd7277d6892a4f /plugins/groupwise-features/junk-settings.c | |
parent | 6a557ef8fd8fb37af345b0f092f8419572bee1dd (diff) | |
download | gsoc2013-evolution-45f799eb8632142a31d1dbf3572c2672bb36c747.tar.gz gsoc2013-evolution-45f799eb8632142a31d1dbf3572c2672bb36c747.tar.zst gsoc2013-evolution-45f799eb8632142a31d1dbf3572c2672bb36c747.zip |
Make this place a bit more quiet
svn path=/trunk/; revision=31328
Diffstat (limited to 'plugins/groupwise-features/junk-settings.c')
-rw-r--r-- | plugins/groupwise-features/junk-settings.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/groupwise-features/junk-settings.c b/plugins/groupwise-features/junk-settings.c index 90ea657cf2..2575addc72 100644 --- a/plugins/groupwise-features/junk-settings.c +++ b/plugins/groupwise-features/junk-settings.c @@ -375,7 +375,6 @@ static void junk_settings_construct (JunkSettings *js) { GladeXML *xml; - GtkWidget *box; char *gladefile; gladefile = g_build_filename (EVOLUTION_GLADEDIR, @@ -408,7 +407,6 @@ junk_settings_construct (JunkSettings *js) js->entry = GTK_ENTRY (glade_xml_get_widget (js->xml, "entry4")); /*TODO:connect entry and label*/ - box = GTK_WIDGET (glade_xml_get_widget (js->xml, "hbox227")); gtk_widget_show ((GtkWidget *) js->entry); js->scrolled_window = GTK_WIDGET (glade_xml_get_widget (js->xml,"scrolledwindow4")); |