Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view.c
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2010-03-29 14:54:13 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-03-31 17:15:53 (GMT)
commitf020f9ced6dfd3efadab6add9665066a4bd03a5f (patch)
treea8b8e7a9d64625060d3480e7859a93a75cc89572 /libview/ev-view.c
parent44f3d100e1be64618e4a58d18e2df71b23bc3bbe (diff)
Replace GTK_WIDGET_REALIZED() with gtk_widget_get_realized()
Diffstat (limited to 'libview/ev-view.c')
-rw-r--r--libview/ev-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/ev-view.c b/libview/ev-view.c
index ee713d4..2837f0f 100644
--- a/libview/ev-view.c
+++ b/libview/ev-view.c
@@ -4381,7 +4381,7 @@ on_adjustment_value_changed (GtkAdjustment *adjustment,
gint x, y;
GList *children, *l;
- if (! GTK_WIDGET_REALIZED (view))
+ if (!gtk_widget_get_realized (GTK_WIDGET (view)))
return;
if (view->hadjustment) {