aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c
index 23926f3101..31832ab5e4 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -288,7 +288,7 @@ idle_cb (void *data)
g_slist_free (uri_list);
- if (display_default || !displayed_any) {
+ if (display_default && ! displayed_any) {
const char *uri;
uri = E_SHELL_VIEW_DEFAULT_URI;