From 765e79bb75503f6369e0e3d289d40053e1872eaf Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Mon, 29 Mar 2010 14:47:23 +0000 Subject: Replace GTK_WIDGET_HAS_FOCUS() with gtk_widget_has_focus() --- (limited to 'shell') 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); } -- cgit v0.9.1