Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/pager


Modified Files:
        e_mod_config.c 


Log Message:
Bind the "grab key" dialog to the pager config dialog like the key_bindings
dialog.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/pager/e_mod_config.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- e_mod_config.c      19 Nov 2006 08:58:05 -0000      1.23
+++ e_mod_config.c      25 Nov 2006 21:45:44 -0000      1.24
@@ -241,6 +241,7 @@
                                 _grab_mouse_down_cb, cfdata));
 
    e_dialog_show(cfdata->grab.dia);
+   ecore_x_icccm_transient_for_set(cfdata->grab.dia->win->evas_win, 
pager_config->config_dialog->dia->win->evas_win);
 }
 
 static void



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to