[nautilus/places-sidebar: 6/6] Implement the show-error-message handler for GtkPlacesSidebar



commit a4f409269173b7580097fea2ecb4d410a352c777
Author: Federico Mena Quintero <federico gnome org>
Date:   Mon Oct 22 18:59:32 2012 -0500

    Implement the show-error-message handler for GtkPlacesSidebar
    
    Signed-off-by: Federico Mena Quintero <federico gnome org>

 src/nautilus-window.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index 68c8a96..e26f1ea 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -609,7 +609,9 @@ places_sidebar_show_error_message (GtkPlacesSidebar *sidebar,
 				   const char       *secondary,
 				   gpointer          user_data)
 {
-	/* FIXME */
+	NautilusWindow *window = NAUTILUS_WINDOW (user_data);
+
+	eel_show_error_dialog (primary, secondary, GTK_WINDOW (window));
 }
 
 static void



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