[nautilus-actions] Tracker plugin: fix for Nautilus > 2.91.90
- From: Pierre Wieser <pwieser src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [nautilus-actions] Tracker plugin: fix for Nautilus > 2.91.90
 
- Date: Thu, 24 Feb 2011 00:50:20 +0000 (UTC)
 
commit 2d80d9bad319e6cd99808ce786e24d690fe321a9
Author: Pierre Wieser <pwieser trychlos org>
Date:   Thu Feb 24 01:45:16 2011 +0100
    Tracker plugin: fix for Nautilus > 2.91.90
 src/plugin-tracker/na-tracker.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/plugin-tracker/na-tracker.c b/src/plugin-tracker/na-tracker.c
index 8aa9d82..b3a0406 100644
--- a/src/plugin-tracker/na-tracker.c
+++ b/src/plugin-tracker/na-tracker.c
@@ -259,7 +259,10 @@ menu_provider_iface_init( NautilusMenuProviderIface *iface )
 
 	iface->get_background_items = menu_provider_get_background_items;
 	iface->get_file_items = menu_provider_get_file_items;
+
+#ifdef HAVE_NAUTILUS_MENU_PROVIDER_GET_TOOLBAR_ITEMS
 	iface->get_toolbar_items = NULL;
+#endif
 }
 
 static GList *
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]