summaryrefslogtreecommitdiff
path: root/panel
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 /panel
parentd82b7d50ac2ec644f4c2206c587aa105f911fa8d (diff)
GtkWrapper: remove it as it's not needed anymore
(bzr r4008.11.3)
Diffstat (limited to 'panel')
-rw-r--r--panel/PanelIndicatorEntryView.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/panel/PanelIndicatorEntryView.cpp b/panel/PanelIndicatorEntryView.cpp
index 119fb78b6..9c0273ede 100644
--- a/panel/PanelIndicatorEntryView.cpp
+++ b/panel/PanelIndicatorEntryView.cpp
@@ -21,7 +21,7 @@
#include <Nux/Nux.h>
#include <NuxCore/Logger.h>
#include <UnityCore/ConnectionManager.h>
-#include <UnityCore/GTKWrapper.h>
+#include <UnityCore/GLibWrapper.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gtk/gtk.h>
@@ -225,7 +225,7 @@ glib::Object<GdkPixbuf> PanelIndicatorEntryView::MakePixbuf(int size)
{
GtkIconTheme* theme = gtk_icon_theme_get_default();
auto flags = GTK_ICON_LOOKUP_FORCE_SIZE;
- gtk::IconInfo info;
+ glib::Object<GtkIconInfo> info;
if (image_type == GTK_IMAGE_GICON)
{