[libwnck/wip/muktupavels/gnome-3-18: 7/8] tasklist: queue resize on button not on its content
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libwnck/wip/muktupavels/gnome-3-18: 7/8] tasklist: queue resize on button not on its content
- Date: Tue, 28 Jun 2016 09:03:43 +0000 (UTC)
commit 0bcc8b46ce15130003d17be6113b4a0aa3243b02
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Sat Apr 16 20:42:31 2016 +0300
tasklist: queue resize on button not on its content
https://bugzilla.gnome.org/show_bug.cgi?id=658106
libwnck/tasklist.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libwnck/tasklist.c b/libwnck/tasklist.c
index ea49485..bd99489 100644
--- a/libwnck/tasklist.c
+++ b/libwnck/tasklist.c
@@ -1425,8 +1425,7 @@ task_button_queue_resize (gpointer user_data)
{
WnckTask *task = WNCK_TASK (user_data);
- gtk_widget_queue_resize (task->image);
- gtk_widget_queue_resize (task->label);
+ gtk_widget_queue_resize (task->button);
task->resize_idle_id = 0;
return G_SOURCE_REMOVE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]