Fix build on Debian Jessie

This commit is contained in:
o9000 2015-04-27 19:16:17 +02:00
parent 9bd4257fcf
commit 193b3b5a81
2 changed files with 1 additions and 2 deletions

View file

@ -34,7 +34,6 @@
#ifdef HAVE_RSVG
#include <librsvg/rsvg.h>
#include <librsvg/rsvg-cairo.h>
#endif
#include "window.h"

View file

@ -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();