all repos — tint2 @ 193b3b5a81016251e7e78eedd6ac73b696a49ee3

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Fix build on Debian Jessie
o9000 o9000
commit

193b3b5a81016251e7e78eedd6ac73b696a49ee3

parent

9bd4257fcffd93cb0f5ac0bc6e9944110237d0cd

2 files changed, 1 insertions(+), 2 deletions(-)

jump to
M src/launcher/launcher.csrc/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.csrc/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();