summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastien Nocera <hadess@fedoraproject.org>2008-12-18 18:39:25 +0000
committerBastien Nocera <hadess@fedoraproject.org>2008-12-18 18:39:25 +0000
commit5b62518d4907aa48b83b5e79308d6504d41ff523 (patch)
tree7099c8fd85e3205225b48ee1f770209cda195c64
parentc41fe0bdfe2d836583c0656efdb0709453d14739 (diff)
downloadgnome-panel-5b62518d4907aa48b83b5e79308d6504d41ff523.tar.gz
gnome-panel-5b62518d4907aa48b83b5e79308d6504d41ff523.tar.xz
gnome-panel-5b62518d4907aa48b83b5e79308d6504d41ff523.zip
Add missing include to the search patch
-rw-r--r--gnome-panel-2.25.3-search.patch11
1 files changed, 10 insertions, 1 deletions
diff --git a/gnome-panel-2.25.3-search.patch b/gnome-panel-2.25.3-search.patch
index 76b760d..d684ae4 100644
--- a/gnome-panel-2.25.3-search.patch
+++ b/gnome-panel-2.25.3-search.patch
@@ -2,7 +2,16 @@ Index: gnome-panel/libpanel-util/panel-launch.c
===================================================================
--- gnome-panel/libpanel-util/panel-launch.c (revision 11419)
+++ gnome-panel/libpanel-util/panel-launch.c (working copy)
-@@ -201,6 +201,23 @@
+@@ -29,6 +29,8 @@
+ #include <gdk/gdk.h>
+ #include <gtk/gtk.h>
+
++#include <libgnome/gnome-desktop-item.h>
++
+ #include "panel-error.h"
+ #include "panel-glib.h"
+
+@@ -201,6 +203,23 @@
}
gboolean