diff options
Diffstat (limited to 'games/vbam/no_icons.patch')
-rw-r--r-- | games/vbam/no_icons.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/vbam/no_icons.patch b/games/vbam/no_icons.patch deleted file mode 100644 index a1c06d5b56..0000000000 --- a/games/vbam/no_icons.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -rupN vbam-r1159.orig/src/gtk/window.cpp vbam-r1159/src/gtk/window.cpp ---- vbam-r1159.orig/src/gtk/window.cpp 2013-02-03 12:59:48.000000000 +0000 -+++ vbam-r1159/src/gtk/window.cpp 2013-09-11 15:21:43.646331404 +0100 -@@ -248,6 +248,7 @@ Window::Window(GtkWindow * _pstWindow, c - m_poRecentChooserMenu->set_show_numbers(); - m_poRecentChooserMenu->set_show_tips(); - m_poRecentChooserMenu->set_local_only(); -+ m_poRecentChooserMenu->set_show_icons(false); - m_poRecentChooserMenu->add_filter(oRecentFilter); - m_poRecentChooserMenu->signal_item_activated().connect( - sigc::mem_fun(*this, &Window::vOnRecentFile)); |