From 031ee35a635c59899f7b7ace6389d48f174491b9 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 29 Jun 2005 10:58:27 +0000 Subject: [PATCH] todo-- SVN revision: 15566 --- TODO | 4 ---- src/bin/e_border.c | 3 ++- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index fd63e2709..f1123a348 100644 --- a/TODO +++ b/TODO @@ -8,10 +8,6 @@ Some of the things (in very short form) that need to be done to E17... BUGS / FIXES ------------------------------------------------------------------------------- -* BUG: when an app sends a map request and its on another desktop it gets - shown on the current desktop BUT the pager (and presumably e17) doesnt adust - the desktop it should be on, OR it doesnt deny the map as its already on the - other desktop. * BUG: when fullscreen should put up big black window above all windows EXCEPT the fullscreen one (no need to hide other windows). in general fullscreen needs work, cleaning and testing diff --git a/src/bin/e_border.c b/src/bin/e_border.c index 986d1c7df..1c13b6614 100644 --- a/src/bin/e_border.c +++ b/src/bin/e_border.c @@ -2021,7 +2021,8 @@ _e_border_cb_window_show_request(void *data, int ev_type, void *ev) e_border_uniconify(bd); else { - e_border_show(bd); + /* FIXME: make border "urgent" for a bit - it wants attention */ +/* e_border_show(bd); */ e_border_raise(bd); } return 1;