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