Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window-title.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window-title.c b/shell/ev-window-title.c
index 45e10ae..64508e0 100644
--- a/shell/ev-window-title.c
+++ b/shell/ev-window-title.c
@@ -117,7 +117,7 @@ ev_window_title_update (EvWindowTitle *window_title)
}
}
- if (title) {
+ if (title && window_title->uri) {
ev_window_title_sanitize_extension (window_title, &title);
} else {
if (window_title->uri) {