summaryrefslogtreecommitdiff
path: root/src/nautilus-shell-search-provider.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-08-13 14:25:10 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2013-08-13 14:25:10 +0200
commit82a7c3ddaa1b2bda7d03f9d258fa218468156488 (patch)
tree307abfa3cbf9373e4fe4af20a8254e2ce03dd943 /src/nautilus-shell-search-provider.c
parent3a61cbb24090dea76af0cc14a128f0c57fba77dc (diff)
downloadnautilus-82a7c3ddaa1b2bda7d03f9d258fa218468156488.tar.gz
src: don't use deprecated GtkImageMenuItem and GtkStock
There's another occurrence of GtkImageMenuItem right now, for the "Open With..." menu which is harder to fix.
Diffstat (limited to 'src/nautilus-shell-search-provider.c')
-rw-r--r--src/nautilus-shell-search-provider.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nautilus-shell-search-provider.c b/src/nautilus-shell-search-provider.c
index b1d2c45d4..449ab70c9 100644
--- a/src/nautilus-shell-search-provider.c
+++ b/src/nautilus-shell-search-provider.c
@@ -515,7 +515,6 @@ result_list_attributes_ready_cb (GList *file_list,
NautilusFile *file;
GList *l;
gchar *uri, *display_name;
- GdkPixbuf *pix;
gchar *thumbnail_path;
GIcon *gicon;
GFile *location;