Re: can I cancel the sort on grouped items in the taskbar?

2007-04-11 Thread Federico Mena Quintero
El jue, 05-04-2007 a las 10:55 -0400, [EMAIL PROTECTED] escribió: I have commented out the sort section by moving the */ down like this: /* Sort class_group_task-windows = g_list_sort (class_group_task-windows, wnck_task_compare_alphabetically);

Re: can I cancel the sort on grouped items in the taskbar?

2007-04-05 Thread jhonyl
Hi, I have commented out the sort section by moving the */ down like this: /* Sort class_group_task-windows = g_list_sort (class_group_task-windows, wnck_task_compare_alphabetically); */

Re: can I cancel the sort on grouped items in the taskbar?

2007-04-05 Thread jhonyl
I forgot to mention - Its on line number 1297 of the file named libwnck-2.14.3/libwnck/tasklist.c -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: desktop-devel-list@gnome.org Sent: Thu, 5 Apr 2007 5:55 PM Subject: Re: can I cancel the sort on

Re: can I cancel the sort on grouped items in the taskbar?

2007-04-03 Thread jhonyl
Hi, I looked at tasklist.c, and I think an other function like wnck_task_compare_alphabetically, should be created called something like wnck_task_compare_by_startup_time, which will compare the task by the time in which they were started. For such a function to work the startup time

can I cancel the sort on grouped items in the taskbar?

2007-04-02 Thread jhonyl
can I cancel the sort on grouped items in the taskbar? Reasoning: I remember spatially where is what. Currently my grouped web browser windows are switching places with each other every time I move between tabs (and the window title change). And so I can't remember what is where, and have

Re: can I cancel the sort on grouped items in the taskbar?

2007-04-02 Thread Elijah Newren
Hi, On 4/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: can I cancel the sort on grouped items in the taskbar? This type of question would be better suited for gnome-list@gnome.org, or in bugzilla (don't file a new bug though, this one is already filed). Thanks, Elijah

Re: can I cancel the sort on grouped items in the taskbar?

2007-04-02 Thread Federico Mena Quintero
El lun, 02-04-2007 a las 08:49 -0400, [EMAIL PROTECTED] escribió: can I cancel the sort on grouped items in the taskbar? No; it's hardcoded :( Reasoning: I remember spatially where is what. Currently my grouped web browser windows are switching places with each other every time I move