[bijiben] shellSearchProvider: Fix DATADIR for note icon



commit d65a9349139e7b08c970a477628783c94b0e90f5
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Wed Jan 2 00:40:00 2013 +0100

    shellSearchProvider: Fix DATADIR for note icon

 src/bijiben-shell-search-provider.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bijiben-shell-search-provider.c b/src/bijiben-shell-search-provider.c
index c78d2ae..6da5c38 100644
--- a/src/bijiben-shell-search-provider.c
+++ b/src/bijiben-shell-search-provider.c
@@ -186,7 +186,7 @@ handle_get_subsearch_result_set (BijibenShellSearchProvider   *skeleton,
 static gchar *
 get_note_icon (gchar *note__nie_url)
 {
-  gchar *path = g_build_filename ("usr", "share", "bijiben", "icons", "hicolor", 
+  gchar *path = g_build_filename (DATADIR, "bijiben", "icons", "hicolor", 
                                   "48x48", "actions", "note.png",  NULL);
 
   GFile *gicon_file = g_file_new_for_path (path);



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