Re: gok broken with new libwnck



Elijah: would this timestamp be ok here? 

PS: I know that #error "libwnck should only be used if you understand
that it's subject to frequent change, and is not supported as a fixed
API/ABI or as part of the platform" but these internal API changes 6
days before hard code freeze are painful! :)



diff -u -r1.11 gok-windowlister.c
--- gok/gok-windowlister.c      7 Mar 2004 00:27:06 -0000       1.11
+++ gok/gok-windowlister.c      22 Feb 2005 12:02:30 -0000
@@ -215,10 +215,10 @@
            workspace = wnck_window_get_workspace (pKey->pGeneral);
            if (workspace != NULL)
            {
-               wnck_workspace_activate (workspace);
+               wnck_workspace_activate (workspace,
gtk_get_current_event_time ());
            }
                bSuccess = TRUE;
-               wnck_window_activate (pKey->pGeneral);
+               wnck_window_activate (pKey->pGeneral,
gtk_get_current_event_time ());
        }

 #endif


El mar, 22-02-2005 a las 11:48 +0100, Kjartan Maraas escribió:
> Hi.
> 
> Tried building from CVS today and found that gok is broken after the API
> changes in libwnck. Looks like gok needs a 1.0.1 release to fix this...
> 
> Cheers
> Kjartan
> 
> _______________________________________________
> desktop-devel-list mailing list
> desktop-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/desktop-devel-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]