summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2010-03-10 14:39:02 +0100
committerTomas Bzatek <tbzatek@redhat.com>2010-03-10 14:39:02 +0100
commit8c8cf192d861a1a6c202624ee0b4c0ff43077080 (patch)
treef6812c0c4d24d2a1104da0b82b7714750cabac03
parentfab5d01888eb08e3721db7331011534e40afe24e (diff)
downloadnautilus-8c8cf192d861a1a6c202624ee0b4c0ff43077080.tar.gz
Fix compilation due to deprecated GTK_WIDGET_STATE symbol
Also see https://bugzilla.gnome.org/show_bug.cgi?id=69872#c87
-rw-r--r--libnautilus-private/nautilus-tree-view-drag-dest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnautilus-private/nautilus-tree-view-drag-dest.c b/libnautilus-private/nautilus-tree-view-drag-dest.c
index 3018a41d8..d6e690945 100644
--- a/libnautilus-private/nautilus-tree-view-drag-dest.c
+++ b/libnautilus-private/nautilus-tree-view-drag-dest.c
@@ -189,7 +189,7 @@ highlight_expose (GtkWidget *widget,
gtk_paint_focus (widget->style,
bin_window,
- GTK_WIDGET_STATE (widget),
+ gtk_widget_get_state (widget),
NULL,
widget,
"treeview-drop-indicator",