summaryrefslogtreecommitdiff
path: root/src/trg-preferences-dialog.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <alan@eth0.org.uk>2012-06-26 19:56:46 +0100
committerGravatar Alan Fitton <alan@eth0.org.uk>2012-06-26 19:56:46 +0100
commitb82fc083bda7d0e76f58a617ab2c71ac6d8fa250 (patch)
tree57ab4c03f38e1b79cafd3e317b49b190b4423303 /src/trg-preferences-dialog.c
parent8e3cfb730b316a4be84c1d25072fd0d04796dd60 (diff)
include the system header section title as an extension to previous commit
Diffstat (limited to 'src/trg-preferences-dialog.c')
-rw-r--r--src/trg-preferences-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trg-preferences-dialog.c b/src/trg-preferences-dialog.c
index 935b917..11d4eb3 100644
--- a/src/trg-preferences-dialog.c
+++ b/src/trg-preferences-dialog.c
@@ -707,11 +707,11 @@ static GtkWidget *trg_prefs_viewPage(TrgPreferencesDialog * dlg)
hig_workarea_add_wide_control(t, &row, w);
#endif
- hig_workarea_add_section_title(t, &row, _("System Tray"));
-
#ifndef HAVE_LIBAPPINDICATOR
if (!_is_unity) {
#endif
+ hig_workarea_add_section_title(t, &row, _("System Tray"));
+
tray = trgp_check_new(dlg, _("Show in system tray"),
TRG_PREFS_KEY_SYSTEM_TRAY, TRG_PREFS_GLOBAL,
NULL);