Need an e_win_show here as the border may not have been 'iconified' but
authorChristopher Michael <cpmichael1@comcast.net>
Mon, 19 Apr 2010 17:02:34 +0000 (17:02 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Mon, 19 Apr 2010 17:02:34 +0000 (17:02 +0000)
rather 'hidden' completely.

SVN revision: 48137

src/bin/e_config_dialog.c

index 393ce11..9f908ac 100644 (file)
@@ -96,6 +96,7 @@ e_config_dialog_find(const char *name, const char *class)
 
             z = e_util_zone_current_get(e_manager_current_get());
             e_border_uniconify(cfd->dia->win->border);
+             e_win_show(cfd->dia->win);
             e_win_raise(cfd->dia->win);
             if (z->container == cfd->dia->win->border->zone->container)
               e_border_desk_set(cfd->dia->win->border, e_desk_current_get(z));