Fix build on Debian Jessie
This commit is contained in:
parent
9bd4257fcf
commit
193b3b5a81
2 changed files with 1 additions and 2 deletions
|
@ -34,7 +34,6 @@
|
|||
|
||||
#ifdef HAVE_RSVG
|
||||
#include <librsvg/rsvg.h>
|
||||
#include <librsvg/rsvg-cairo.h>
|
||||
#endif
|
||||
|
||||
#include "window.h"
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue