From a04ab7f1b28fd3e3f767baaa69b0c4eb06a0825a Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sat, 29 Sep 2012 16:06:39 +0200 Subject: Use GtkOverlay to show the loading message Remove the EvLoadingWindow from libview and move the implementation to the shell using a EvLoadingMessage widget and GtkOverlay. EvView has now a is-loading property that allows the users to implement their own loading notification system. This fixes several realted to the loading window. origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=035c1cb --- shell/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/Makefile.am') diff --git a/shell/Makefile.am b/shell/Makefile.am index 3f0309c8..1bf3cba4 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -43,6 +43,8 @@ atril_SOURCES= \ ev-history.h \ ev-keyring.h \ ev-keyring.c \ + ev-loading-message.c \ + ev-loading-message.h \ ev-message-area.c \ ev-message-area.h \ ev-metadata.c \ -- cgit v1.2.1