comparison src/layout_image.c @ 369:959b6fcdaa17

Exit fullscreen mode when Properties is displayed.
author zas_
date Tue, 15 Apr 2008 07:16:51 +0000
parents 95fe470440ad
children 9fe0ca1b5263
comparison
equal deleted inserted replaced
368:95fe470440ad 369:959b6fcdaa17
612 612
613 static void li_pop_menu_info_cb(GtkWidget *widget, gpointer data) 613 static void li_pop_menu_info_cb(GtkWidget *widget, gpointer data)
614 { 614 {
615 LayoutWindow *lw = data; 615 LayoutWindow *lw = data;
616 616
617 if (lw->full_screen) layout_image_full_screen_stop(lw);
617 info_window_new(layout_image_get_fd(lw), NULL); 618 info_window_new(layout_image_get_fd(lw), NULL);
618 } 619 }
619 620
620 static void li_pop_menu_new_cb(GtkWidget *widget, gpointer data) 621 static void li_pop_menu_new_cb(GtkWidget *widget, gpointer data)
621 { 622 {