summaryrefslogtreecommitdiff
path: root/mate-window-picker-applet/task-list.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-01-19 21:29:20 +0300
committermonsta <[email protected]>2016-01-19 21:29:20 +0300
commitee558357e177fa9b41aa2981cef641ed8a6c6f0f (patch)
tree8d63927b4ff7512e57b5199793767e8f5ec7ecaf /mate-window-picker-applet/task-list.h
parent1b3761aa805024182755debda9308ab99dc22695 (diff)
downloadmate-netbook-ee558357e177fa9b41aa2981cef641ed8a6c6f0f.tar.bz2
mate-netbook-ee558357e177fa9b41aa2981cef641ed8a6c6f0f.tar.xz
[GTK+3] window picker: fix deprecated usage of GtkMisc, GtkHBox, GtkVBox
Diffstat (limited to 'mate-window-picker-applet/task-list.h')
-rw-r--r--mate-window-picker-applet/task-list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-window-picker-applet/task-list.h b/mate-window-picker-applet/task-list.h
index 87698ba..58a7195 100644
--- a/mate-window-picker-applet/task-list.h
+++ b/mate-window-picker-applet/task-list.h
@@ -46,14 +46,14 @@ typedef struct _TaskListPrivate TaskListPrivate;
struct _TaskList
{
- GtkHBox parent;
+ GtkBox parent;
TaskListPrivate *priv;
};
struct _TaskListClass
{
- GtkHBoxClass parent_class;
+ GtkBoxClass parent_class;
};
GType task_list_get_type (void) G_GNUC_CONST;