aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Windowmenu.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Windowmenu.cc b/src/Windowmenu.cc
index 87e08c7..a6611a0 100644
--- a/src/Windowmenu.cc
+++ b/src/Windowmenu.cc
@@ -21,7 +21,7 @@
21// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 21// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22// DEALINGS IN THE SOFTWARE. 22// DEALINGS IN THE SOFTWARE.
23 23
24// $Id: Windowmenu.cc,v 1.16 2002/08/12 03:27:31 fluxgen Exp $ 24// $Id: Windowmenu.cc,v 1.17 2002/08/31 10:42:25 fluxgen Exp $
25 25
26//use GNU extensions 26//use GNU extensions
27#ifndef _GNU_SOURCE 27#ifndef _GNU_SOURCE
@@ -274,6 +274,7 @@ void Windowmenu::SendGroupToWorkspacemenu::itemSelected(int button, unsigned int
274 getWindowMenu()->window->stick(); 274 getWindowMenu()->window->stick();
275 275
276 if (button == 1) { 276 if (button == 1) {
277 // TODO: use reassociateGroup from BScreen instead
277 if (getWindowMenu()->window->hasTab()) { 278 if (getWindowMenu()->window->hasTab()) {
278 for (Tab *first = Tab::getFirst(getWindowMenu()->window->getTab()); 279 for (Tab *first = Tab::getFirst(getWindowMenu()->window->getTab());
279 first!=0; first=first->next()) { 280 first!=0; first=first->next()) {