]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-view.c
Fixed mismatched plural forms.
[evince.git] / shell / ev-view.c
index 3da5e83fe260921e190e7ade479b7608f4c43805..3eed46a803bfe54a2ab76bfe2052c0387c25f9a9 100644 (file)
@@ -2228,6 +2228,12 @@ draw_loading_text (EvView       *view,
        double real_scale;
        int target_width;
 
+       /* Don't annoy users with loading messages during presentations.
+        * FIXME: Temporary "workaround" for
+        * http://bugzilla.gnome.org/show_bug.cgi?id=320352 */
+       if (view->presentation)
+               return;
+
        const char *loading_text = _("Loading...");     
 
        layout = gtk_widget_create_pango_layout (GTK_WIDGET (view), loading_text);