[epiphany] ephy-bookmarks-editor: wrong cast



commit 89b27d4d5db3ea30c6d8487904fd08796730c82c
Author: Diego Escalante Urrelo <diegoe gnome org>
Date:   Sat Dec 19 14:13:12 2009 -0500

    ephy-bookmarks-editor: wrong cast

 src/bookmarks/ephy-bookmarks-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index db892ba..6a7ae1f 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -1114,7 +1114,7 @@ static void
 cmd_help_contents (GtkAction *action,
 		   EphyBookmarksEditor *editor)
 {
-	ephy_gui_help (GTK_WINDOW (editor), "ephy-managing-bookmarks");
+	ephy_gui_help (GTK_WIDGET (editor), "ephy-managing-bookmarks");
 }
 
 static void



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