* view.c (view_callback): Don't close the current dialog when
the viewer is framed.
Этот коммит содержится в:
родитель
5a827286d1
Коммит
44eef72b3e
@ -1,3 +1,8 @@
|
||||
2003-10-23 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* view.c (view_callback): Don't close the current dialog when
|
||||
the viewer is framed.
|
||||
|
||||
2003-10-16 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* main.c (update_one_panel_widget): Use VFS_SETCTL_FLUSH for the
|
||||
|
@ -2706,7 +2706,7 @@ view_callback (WView *view, widget_msg_t msg, int parm)
|
||||
|
||||
case WIDGET_KEY:
|
||||
i = view_handle_key ((WView *) view, parm);
|
||||
if (view->view_quit)
|
||||
if (view->view_quit && !view->have_frame)
|
||||
dlg_stop (h);
|
||||
else {
|
||||
view_update (view, TRUE);
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user