# HG changeset patch # User Sadrul Habib Chowdhury # Date 1181874828 0 # Node ID 16bfad2597fbc3ade47de861676ae785482c7374 # Parent c0a09c56d0c5cadca7581b9bfab409b669d3df4d Notify a window on startup if it didn't get the focus. diff -r c0a09c56d0c5 -r 16bfad2597fb finch/libgnt/gntwm.c --- a/finch/libgnt/gntwm.c Wed Jun 13 12:26:48 2007 +0000 +++ b/finch/libgnt/gntwm.c Fri Jun 15 02:33:48 2007 +0000 @@ -1561,6 +1561,7 @@ gnt_wm_raise_window(wm, node->me); } else { bottom_panel(node->panel); /* New windows should not grab focus */ + gnt_widget_set_focus(node->me, FALSE); gnt_widget_set_urgent(node->me); if (wm->cws != ws) gnt_ws_widget_hide(widget, wm->nodes);