[Xfce4-commits] <xfce4-terminal:master> Drop the dialog hint, not working.

Nick Schermer noreply at xfce.org
Sun Dec 30 18:52:01 CET 2012


Updating branch refs/heads/master
         to e64567089cdc30f68fda884c706799118ce948dd (commit)
       from 0a627860ef9a17c32b0e331665288db25f631390 (commit)

commit e64567089cdc30f68fda884c706799118ce948dd
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Dec 30 18:48:49 2012 +0100

    Drop the dialog hint, not working.
    
    Xfwm4 associates the window with other terminal windows.

 terminal/terminal-window-dropdown.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/terminal/terminal-window-dropdown.c b/terminal/terminal-window-dropdown.c
index 2ec1285..ed71599 100644
--- a/terminal/terminal-window-dropdown.c
+++ b/terminal/terminal-window-dropdown.c
@@ -253,7 +253,6 @@ terminal_window_dropdown_init (TerminalWindowDropdown *dropdown)
   gtk_window_set_resizable (GTK_WINDOW (dropdown), FALSE);
   gtk_window_set_decorated (GTK_WINDOW (dropdown), FALSE);
   gtk_window_set_gravity (GTK_WINDOW (dropdown), GDK_GRAVITY_STATIC);
-  gtk_window_set_type_hint  (GTK_WINDOW (dropdown), GDK_WINDOW_TYPE_HINT_DIALOG); /* avoids smart placement */
   gtk_window_stick (GTK_WINDOW (dropdown));
 
   /* this avoids to return focus to the window after dialog changes,


More information about the Xfce4-commits mailing list