Awn

[patch] Awn bar is spastic when resizing from a removal of a task

Bug #156698 reported by moonbeam
12
Affects Status Importance Assigned to Milestone
Awn
Fix Released
Wishlist
Unassigned

Bug Description

gtk_widget_set_size_request seems to very an issue on many systems.

the following patch provides a fix until a more suitable one can be found.

=== modified file 'src/awn-task.c'
--- src/awn-task.c 2007-10-04 22:13:40 +0000
+++ src/awn-task.c 2007-10-24 14:54:36 +0000
@@ -260,13 +260,6 @@
         g_return_val_if_fail (AWN_IS_TASK (task), FALSE);
         priv = AWN_TASK_GET_PRIVATE (task);

- if (GTK_WIDGET (task)->allocation.width > 5) {
- gtk_widget_set_size_request (GTK_WIDGET (task),
- GTK_WIDGET (task)->allocation.width-5,
- -1);
- return TRUE;
- }
-
        if (priv->is_launcher)
                awn_task_manager_remove_launcher(priv->task_manager, task);
        else

Related branches

Revision history for this message
Götz Christ (g-christ) wrote :

Is there not a way that the closing o an application in awn works like when an application is opened, because when it is opened awn doesn't has that issue.

Michal Hruby (mhr3)
Changed in awn:
importance: Undecided → Wishlist
status: New → Fix Committed
Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :

0.2.1 released

Changed in awn:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.