[anjuta] app: fix anjuta_app_hide_dockable_widget() to do what it should (and not iconify)



commit ec0f657b3f0545651d860fa5626781547d8269be
Author: Johannes Schmid <jhs gnome org>
Date:   Sun Apr 25 12:34:28 2010 +0200

    app: fix anjuta_app_hide_dockable_widget() to do what it should (and not iconify)

 src/anjuta-app.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/anjuta-app.c b/src/anjuta-app.c
index 9bce842..107d040 100644
--- a/src/anjuta-app.c
+++ b/src/anjuta-app.c
@@ -151,7 +151,7 @@ anjuta_app_hide_dockable_widget (AnjutaShell *shell, GtkWidget *widget,
 	g_return_if_fail (dock_item != NULL);
 
 	/* Hide the dockable item */
-	gdl_dock_item_iconify_item (GDL_DOCK_ITEM (dock_item));
+	gdl_dock_item_hide_item (GDL_DOCK_ITEM (dock_item));
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]