Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.h
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-02-07 20:09:23 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-02-07 20:09:23 (GMT)
commitfb037eb2a0842976deddd8df6793ed642eea5674 (patch)
treeeea9b3cfac5128a4155fe126dd176924e4bd24f1 /shell/ev-view.h
parent054ff5d9ef9bf62da81c33550fc7eeb80071ba64 (diff)
Draw Loading message during xfer job. Fix for the bug #329495.
* shell/ev-view-private.h: * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading), (ev_view_set_document): * shell/ev-view.h: * shell/ev-window.c: (ev_window_load_job_cb), (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose), (ev_window_init): Draw Loading message during xfer job. Fix for the bug #329495.
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index 0378f28..0c0a862 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -60,6 +60,8 @@ GType ev_sizing_mode_get_type (void) G_GNUC_CONST;
GtkWidget* ev_view_new (void);
void ev_view_set_document (EvView *view,
EvDocument *document);
+void ev_view_set_loading (EvView *view,
+ gboolean loading);
/* Clipboard */
void ev_view_copy (EvView *view);