Fix build on Debian Jessie
o9000 o9000
2 files changed,
1 insertions(+),
2 deletions(-)
M
src/launcher/launcher.c
→
src/launcher/launcher.c
@@ -34,7 +34,6 @@ #include <gdk-pixbuf/gdk-pixbuf.h>
#ifdef HAVE_RSVG #include <librsvg/rsvg.h> -#include <librsvg/rsvg-cairo.h> #endif #include "window.h"
M
src/tint2conf/properties.c
→
src/tint2conf/properties.c
@@ -1882,7 +1882,7 @@
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();