Re: [sugar] [PATCH 1/6] Add functionallity for tabbing trough activities.

2008-06-20 Thread Marco Pesenti Gritti
I would just add a set_tabbing_activity method. No tabbing activity (None) means that no tabbing is in progress. r+ with this change Marco On Thu, Jun 19, 2008 at 9:08 PM, Benjamin Berg [EMAIL PROTECTED] wrote: To be able to raise activity windows on a delay, the homemodel needs to be set

[sugar] [PATCH 1/6] Add functionallity for tabbing trough activities.

2008-06-19 Thread Benjamin Berg
To be able to raise activity windows on a delay, the homemodel needs to be set directly. It also needs to ignore window raises while the user is tabbing. --- src/model/homemodel.py | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/model/homemodel.py