summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkdockpanel.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-02-01 11:08:15 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-02-01 11:08:15 (GMT)
commit98a3c749a15349b874dcef0ce3a43ebff651d95a (patch)
tree1b905fd3e269ba3c0bbf815644f40719b887a430 /src/gtkext/gtkdockpanel.c
parent0c847f961a99d8e8012beecad27cf4318df1ff88 (diff)
Activated GTK_DISABLE_DEPRECATED again to avoid some warnings.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@233 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/gtkdockpanel.c')
-rw-r--r--src/gtkext/gtkdockpanel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtkext/gtkdockpanel.c b/src/gtkext/gtkdockpanel.c
index ea83b73..24e99eb 100644
--- a/src/gtkext/gtkdockpanel.c
+++ b/src/gtkext/gtkdockpanel.c
@@ -2,7 +2,7 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
* gtkdockpanel.c - manipulation et affichage de panneaux dockables
*
- * Copyright (C) 2009 Cyrille Bagard
+ * Copyright (C) 2009-2012 Cyrille Bagard
*
* This file is part of OpenIDA.
*
@@ -397,7 +397,7 @@ static gboolean gtk_dock_panel_drag_motion_cb(GtkDockPanel *dpanel, GdkDragConte
gint new_y; /* OrdonnĂ©e de la fenĂȘtre */
GtkRequisition req; /* Taille actuelle du panneau */
- if (!GTK_WIDGET_VISIBLE(dpanel->dropwin))
+ if (!gtk_widget_get_visible(dpanel->dropwin))
{
gdk_window_get_origin(GTK_WIDGET(dpanel)->window, &new_x, &new_y);