[libwnck] [doc] Specify what happens when changing workspace of pinned window



commit 130baef7e672f7429e911599f7a36d702d71488a
Author: Vincent Untz <vuntz gnome org>
Date:   Tue Mar 9 02:10:43 2010 +0100

    [doc] Specify what happens when changing workspace of pinned window
    
    https://bugzilla.gnome.org/show_bug.cgi?id=603516

 libwnck/window.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/libwnck/window.c b/libwnck/window.c
index 73a9588..3ad18f1 100644
--- a/libwnck/window.c
+++ b/libwnck/window.c
@@ -1769,9 +1769,8 @@ wnck_window_get_workspace (WnckWindow *window)
  * @window: a #WnckWindow.
  * @space: a #WnckWorkspace.
  *
- * Asks the window manager to move @window to @space.
- *
- * FIXME: what happens if @window is pinned?
+ * Asks the window manager to move @window to @space. If @window was pinned, it
+ * will also result in @window being visible only on @space.
  **/
 void
 wnck_window_move_to_workspace (WnckWindow    *window,



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