diff options
author | Federico Mena Quintero <federico@novell.com> | 2010-04-27 07:13:24 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@novell.com> | 2010-04-27 07:13:24 +0800 |
commit | 0b07840e26f7c793939ec8226695ffca19aa1bfb (patch) | |
tree | a16ca35139a60b25f642e3f8c68580dee227ec03 /shell/e-shell-utils.h | |
parent | 7ef34bfaae3e776101ff086bfb18494869e39e55 (diff) | |
download | gsoc2013-evolution-0b07840e26f7c793939ec8226695ffca19aa1bfb.tar.gz gsoc2013-evolution-0b07840e26f7c793939ec8226695ffca19aa1bfb.tar.zst gsoc2013-evolution-0b07840e26f7c793939ec8226695ffca19aa1bfb.zip |
Don't use gconf to store the names of widgets to hide
That was just for development. Now we hardcode the lists of widgets.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
Diffstat (limited to 'shell/e-shell-utils.h')
-rw-r--r-- | shell/e-shell-utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell-utils.h b/shell/e-shell-utils.h index 6e8b83c973..e552cc2e19 100644 --- a/shell/e-shell-utils.h +++ b/shell/e-shell-utils.h @@ -52,7 +52,8 @@ guint e_shell_utils_import_uris (EShell *shell, void e_shell_hide_widgets_for_express_mode (EShell *shell, GtkBuilder *builder, - const char *key_with_widget_names); + const char *widget_name, + ...) G_GNUC_NULL_TERMINATED; G_END_DECLS |