[nautilus] Fix compilation due to deprecated GTK_WIDGET_STATE symbol
- From: Tomas Bzatek <tbzatek src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Fix compilation due to deprecated GTK_WIDGET_STATE symbol
- Date: Wed, 10 Mar 2010 13:40:49 +0000 (UTC)
commit 8c8cf192d861a1a6c202624ee0b4c0ff43077080
Author: Tomas Bzatek <tbzatek redhat com>
Date: Wed Mar 10 14:39:02 2010 +0100
Fix compilation due to deprecated GTK_WIDGET_STATE symbol
Also see https://bugzilla.gnome.org/show_bug.cgi?id=69872#c87
libnautilus-private/nautilus-tree-view-drag-dest.c | 2 +-
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 3018a41..d6e6909 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",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]