Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-sidebar-attachments.c
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2010-03-29 14:47:23 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-03-31 17:09:45 (GMT)
commit765e79bb75503f6369e0e3d289d40053e1872eaf (patch)
tree7047adb56cd2dd430c7a9c85613db128407c9871 /shell/ev-sidebar-attachments.c
parentb81ab84ffbb263771071c9ed79350dbb4017a17b (diff)
Replace GTK_WIDGET_HAS_FOCUS() with gtk_widget_has_focus()
Diffstat (limited to 'shell/ev-sidebar-attachments.c')
-rw-r--r--shell/ev-sidebar-attachments.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-sidebar-attachments.c b/shell/ev-sidebar-attachments.c
index 60c7ae0..18917f7 100644
--- a/shell/ev-sidebar-attachments.c
+++ b/shell/ev-sidebar-attachments.c
@@ -273,7 +273,7 @@ ev_sidebar_attachments_button_press (EvSidebarAttachments *ev_attachbar,
GdkEventButton *event,
GtkWidget *icon_view)
{
- if (!GTK_WIDGET_HAS_FOCUS (icon_view)) {
+ if (!gtk_widget_has_focus (icon_view)) {
gtk_widget_grab_focus (icon_view);
}