From 9e132070ed775a93ee8c199415d6630d21600cd5 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 6 Jun 2007 12:31:20 +0000 Subject: [PATCH] fix title of fwin fin SVN revision: 30263 --- src/bin/e_fwin.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bin/e_fwin.c b/src/bin/e_fwin.c index 1ea2893bb..d6f31cf33 100644 --- a/src/bin/e_fwin.c +++ b/src/bin/e_fwin.c @@ -969,6 +969,10 @@ _e_fwin_file_open_dialog(E_Fwin *fwin, Evas_List *files, int always) } evas_object_del(oic); } + if (ici->label) + e_win_title_set(fwin2->win, ici->label); + else if (ici->file) + e_win_title_set(fwin2->win, ici->file); } fwin2 = NULL; }