Remove now useless element.
authorLaurent Monin <geeqie@norz.org>
Tue, 10 Mar 2009 17:58:30 +0000 (17:58 +0000)
committerLaurent Monin <geeqie@norz.org>
Tue, 10 Mar 2009 17:58:30 +0000 (17:58 +0000)
src/layout_util.c

index ae05d6e..5bbae04 100644 (file)
@@ -1263,7 +1263,7 @@ static GtkActionEntry menu_entries[] = {
   { "About",           NULL,           N_("_About"),           NULL,           NULL,   CB(layout_menu_about_cb) },
   { "LogWindow",       NULL,           N_("_Log Window"),      NULL,           NULL,   CB(layout_menu_log_window_cb) },
   
-  { "ExifWin",         NULL,           N_("E_xif window"),     "<control>E",   NULL,   CB(layout_menu_bar_exif_cb),     FALSE  },
+  { "ExifWin",         NULL,           N_("E_xif window"),     "<control>E",   NULL,   CB(layout_menu_bar_exif_cb) },
 
 };