[gnome-applets/gnome-3-18] windowpicker: fix TaskListClass parent class



commit e3430ff67592cc7b09aa5e32e72478600f3147b0
Author: Sebastian Geiger <sbastig gmx net>
Date:   Tue Feb 9 16:37:39 2016 +0100

    windowpicker: fix TaskListClass parent class

 windowpicker/src/task-list.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/windowpicker/src/task-list.h b/windowpicker/src/task-list.h
index d17c57a..3fb4631 100644
--- a/windowpicker/src/task-list.h
+++ b/windowpicker/src/task-list.h
@@ -52,7 +52,7 @@ struct _TaskList {
 };
 
 struct _TaskListClass {
-    GtkGridClass   parent_class;
+    GtkBoxClass parent_class;
 };
 
 GType task_list_get_type (void) G_GNUC_CONST;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]