diff options
author | infirit <[email protected]> | 2013-11-28 19:26:29 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-28 19:36:39 +0100 |
commit | dada16021aa2f4332496592b196839dea7277dfa (patch) | |
tree | b7254a575c021d3a2d295aec3983b2db2cc4e0cf /mate-window-picker-applet/task-list.c | |
parent | c861b869257e89c1d4872476f3311dd52094a92d (diff) | |
download | mate-netbook-dada16021aa2f4332496592b196839dea7277dfa.tar.bz2 mate-netbook-dada16021aa2f4332496592b196839dea7277dfa.tar.xz |
Remove trailing whitespace
Diffstat (limited to 'mate-window-picker-applet/task-list.c')
-rw-r--r-- | mate-window-picker-applet/task-list.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-window-picker-applet/task-list.c b/mate-window-picker-applet/task-list.c index 43c0d5d..e29a114 100644 --- a/mate-window-picker-applet/task-list.c +++ b/mate-window-picker-applet/task-list.c @@ -65,7 +65,7 @@ on_task_item_closed (TaskItem *item, } static void -on_window_opened (MatewnckScreen *screen, +on_window_opened (MatewnckScreen *screen, MatewnckWindow *window, TaskList *list) { @@ -175,7 +175,7 @@ static void task_list_init (TaskList *list) { TaskListPrivate *priv; - + priv = list->priv = TASK_LIST_GET_PRIVATE (list); priv->screen = matewnck_screen_get_default (); |