summaryrefslogtreecommitdiff
path: root/dash
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2015-10-05 18:52:24 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2015-10-05 18:52:24 +0200
commit9041b655be4d896cafdd5b8df887de82a0da4225 (patch)
treeadb081d4cda60a1c07d7dad0608ad0b9dca31ef6 /dash
parentd82b7d50ac2ec644f4c2206c587aa105f911fa8d (diff)
GtkWrapper: remove it as it's not needed anymore
(bzr r4008.11.3)
Diffstat (limited to 'dash')
-rw-r--r--dash/ResultRenderer.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/dash/ResultRenderer.cpp b/dash/ResultRenderer.cpp
index 56230f3d0..8a0bfad41 100644
--- a/dash/ResultRenderer.cpp
+++ b/dash/ResultRenderer.cpp
@@ -23,9 +23,10 @@
#include "ResultRenderer.h"
#include "unity-shared/RawPixel.h"
+#include <gtk/gtk.h>
#include <unity-protocol.h>
#include <NuxGraphics/GdkGraphics.h>
-#include <UnityCore/GTKWrapper.h>
+#include <UnityCore/GLibWrapper.h>
namespace unity
{
@@ -41,7 +42,7 @@ GdkPixbuf* _icon_hint_get_drag_pixbuf(std::string icon_hint, int size)
{
GdkPixbuf *pbuf;
GtkIconTheme *theme;
- gtk::IconInfo info;
+ glib::Object<GtkIconInfo> info;
glib::Error error;
glib::Object<GIcon> icon;