From 4073ac25ea4f0b38bef0ad09664e4e66e6fe7f00 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Mon, 7 Mar 2011 20:39:04 +0000 Subject: support proxy configuration using libproxy (optional). might add a getenv() fallback sometime. --- src/trg-preferences-dialog.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/trg-preferences-dialog.c') diff --git a/src/trg-preferences-dialog.c b/src/trg-preferences-dialog.c index a0c51a4..b4546fa 100644 --- a/src/trg-preferences-dialog.c +++ b/src/trg-preferences-dialog.c @@ -234,8 +234,7 @@ static GtkWidget *trg_prefs_desktopPage(GConfClient * gconf, hig_workarea_add_section_title(t, &row, _("Features")); - w = new_check_button(gconf, _("Show graph"), - TRG_GCONF_KEY_SHOW_GRAPH); + w = new_check_button(gconf, _("Show graph"), TRG_GCONF_KEY_SHOW_GRAPH); g_signal_connect(G_OBJECT(w), "toggled", G_CALLBACK(toggle_show_graph), win); hig_workarea_add_wide_control(t, &row, w); -- cgit v1.2.3