[rhythmbox] task-list-display: list tasks vertically, not horizontally
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] task-list-display: list tasks vertically, not horizontally
- Date: Thu, 30 May 2013 11:41:29 +0000 (UTC)
commit e58a402452dc9fce2e5afee72b9fd18165375b7d
Author: Jonathan Matthew <jonathan d14n org>
Date: Thu May 30 21:41:08 2013 +1000
task-list-display: list tasks vertically, not horizontally
widgets/rb-task-list-display.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/widgets/rb-task-list-display.c b/widgets/rb-task-list-display.c
index 3339901..544c537 100644
--- a/widgets/rb-task-list-display.c
+++ b/widgets/rb-task-list-display.c
@@ -140,7 +140,7 @@ task_list_changed_cb (RBListModel *model, int position, int removed, int added,
gtk_grid_attach (GTK_GRID (tw), w, 3, 0, 1, 1);
gtk_grid_insert_column (GTK_GRID (list), position + i);
- gtk_grid_attach (GTK_GRID (list), tw, position + i, 0, 1, 1);
+ gtk_grid_attach (GTK_GRID (list), tw, 0, position + i, 1, 1);
gtk_widget_show_all (tw);
g_array_insert_val (list->priv->widgets, position + i, tw);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]