From 193b3b5a81016251e7e78eedd6ac73b696a49ee3 Mon Sep 17 00:00:00 2001 From: o9000 Date: Mon, 27 Apr 2015 19:16:17 +0200 Subject: [PATCH] Fix build on Debian Jessie --- src/launcher/launcher.c | 1 - src/tint2conf/properties.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/launcher/launcher.c b/src/launcher/launcher.c index e91ed69..4dc1e8f 100644 --- a/src/launcher/launcher.c +++ b/src/launcher/launcher.c @@ -34,7 +34,6 @@ #ifdef HAVE_RSVG #include -#include #endif #include "window.h" diff --git a/src/tint2conf/properties.c b/src/tint2conf/properties.c index 6879362..f30589e 100644 --- a/src/tint2conf/properties.c +++ b/src/tint2conf/properties.c @@ -1882,7 +1882,7 @@ void create_launcher(GtkWidget *parent) icon_theme = NULL; launcher_apps = gtk_list_store_new(appsNumCols, GDK_TYPE_PIXBUF, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING); - all_apps = gtk_list_store_new(appsNumCols, GDK_TYPE_PIXBUF, G_TYPE_STRING, G_TYPE_STRING); + all_apps = gtk_list_store_new(appsNumCols, GDK_TYPE_PIXBUF, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING); icon_themes = gtk_list_store_new(iconsNumCols, G_TYPE_STRING, G_TYPE_STRING); launcher_apps_view = gtk_tree_view_new();