Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-sidebar-thumbnails.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-03-31 17:38:13 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-03-31 17:38:13 (GMT)
commite3ecd214225fd59f840183882e8feb219c97cc21 (patch)
treea9c43604e962d5fb7a250655df3ec356202321e8 /shell/ev-sidebar-thumbnails.c
parentb225b63c2b3c4451dc86b7154abc87cdc5861083 (diff)
Replace GTK_WIDGET_MAPPED() with gtk_widget_get_mapped()
Diffstat (limited to 'shell/ev-sidebar-thumbnails.c')
-rw-r--r--shell/ev-sidebar-thumbnails.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-sidebar-thumbnails.c b/shell/ev-sidebar-thumbnails.c
index 16fe376..ad2c09f 100644
--- a/shell/ev-sidebar-thumbnails.c
+++ b/shell/ev-sidebar-thumbnails.c
@@ -503,7 +503,7 @@ adjustment_changed_cb (EvSidebarThumbnails *sidebar_thumbnails)
gint wy2;
/* Widget is not currently visible */
- if (!GTK_WIDGET_MAPPED (sidebar_thumbnails))
+ if (!gtk_widget_get_mapped (GTK_WIDGET (sidebar_thumbnails)))
return;
if (priv->vadjustment->page_size == 0)