Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window-title.c
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-10-17 21:23:06 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-10-17 21:23:06 (GMT)
commitfef2ee9eb19800b5a2bb4e7e0c97d90e84edd9af (patch)
tree2ff70beb5dc6571a3dca326240b39f7865537a71 /shell/ev-window-title.c
parentdd3deb68d39201845ed022a3ddc9d97b7e8694c2 (diff)
Thumnail dimensions unified with other backends.
* pdf/ev-poppler.cc: Thumnail dimensions unified with other backends. * shell/ev-window-title.c: (ev_window_title_update): Fix warning.
Diffstat (limited to 'shell/ev-window-title.c')
-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) {