From 674a6b31d3e4928e67bc574d2ed7758f19da52ac Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 12 Jun 2012 18:53:35 +0200 Subject: shell: Port to GtkApplication origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=b999bdd --- shell/ev-window.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shell/ev-window.h') diff --git a/shell/ev-window.h b/shell/ev-window.h index d2e7d40f..32d303aa 100644 --- a/shell/ev-window.h +++ b/shell/ev-window.h @@ -60,12 +60,12 @@ typedef struct _EvWindowPrivate EvWindowPrivate; struct _EvWindow { - GtkWindow base_instance; - EvWindowPrivate *priv; + GtkApplicationWindow base_instance; + EvWindowPrivate *priv; }; struct _EvWindowClass { - GtkWindowClass base_class; + GtkApplicationWindowClass base_class; }; GType ev_window_get_type (void) G_GNUC_CONST; -- cgit v1.2.1