[evince] libview: Use GtkContainer and GtkContainerClass in EvView and EvViewClass
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] libview: Use GtkContainer and GtkContainerClass in EvView and EvViewClass
- Date: Sat, 5 Jan 2013 12:24:23 +0000 (UTC)
commit 9c007a927c192d2a3d716e45a59cf7c4c8762c2b
Author: Carlos Garcia Campos <carlosgc gnome org>
Date: Sat Jan 5 13:23:25 2013 +0100
libview: Use GtkContainer and GtkContainerClass in EvView and EvViewClass
https://bugzilla.gnome.org/show_bug.cgi?id=685362
libview/ev-view-private.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h
index ca48ad9..d00f66c 100644
--- a/libview/ev-view-private.h
+++ b/libview/ev-view-private.h
@@ -109,7 +109,7 @@ typedef struct _EvHeightToPageCache {
} EvHeightToPageCache;
struct _EvView {
- GtkLayout layout;
+ GtkContainer layout;
/* Container */
GList *children;
@@ -208,7 +208,7 @@ struct _EvView {
};
struct _EvViewClass {
- GtkLayoutClass parent_class;
+ GtkContainerClass parent_class;
void (*binding_activated) (EvView *view,
GtkScrollType scroll,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]