summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2005-02-20 07:28:57 +0000
committerElijah Newren <newren@src.gnome.org>2005-02-20 07:28:57 +0000
commit490b59642f4ffde96a8d8b06339d88c8b85780d9 (patch)
tree69ddd069fb9abcb513e91a834d526b22cccc75ec
parent64a7b69aa51ee8d1bae87fa2f8802200c37e69f2 (diff)
downloadlibwnck-490b59642f4ffde96a8d8b06339d88c8b85780d9.tar.gz
Backport of fix in the development branch; patch from Juerg Billeter to
2005-02-20 Elijah Newren <newren@gmail.com> Backport of fix in the development branch; patch from Juerg Billeter to fix windows from all screen being shown when tasklist is first created. * libwnck/tasklist.c: (wnck_tasklist_realize): update lists after realization.
-rw-r--r--ChangeLog9
-rw-r--r--libwnck/tasklist.c2
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07edb4b..50b540c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
2005-02-20 Elijah Newren <newren@gmail.com>
Backport of fix in the development branch; patch from Juerg
+ Billeter to fix windows from all screen being shown when tasklist
+ is first created.
+
+ * libwnck/tasklist.c: (wnck_tasklist_realize):
+ update lists after realization.
+
+2005-02-20 Elijah Newren <newren@gmail.com>
+
+ Backport of fix in the development branch; patch from Juerg
Billeter with modifications by Mark.
* libwnck/tasklist.c:
diff --git a/libwnck/tasklist.c b/libwnck/tasklist.c
index 4646d1a..4e464fb 100644
--- a/libwnck/tasklist.c
+++ b/libwnck/tasklist.c
@@ -1198,6 +1198,8 @@ wnck_tasklist_realize (GtkWidget *widget)
#endif
(* GTK_WIDGET_CLASS (tasklist_parent_class)->realize) (widget);
+
+ wnck_tasklist_update_lists (tasklist);
}
static void