diff options
author | corvid <corvid@lavabit.com> | 2011-07-29 23:29:59 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-07-29 23:29:59 +0000 |
commit | f61e112903af5e04d28680e1527ead2757c3a0c3 (patch) | |
tree | e2df64f76e8d34c2613d65716b25dde38dc4fcee /src | |
parent | c79b36edd35351b37a5f4dfe279a81e7f759e9ca (diff) |
fix small_icons in menu
Diffstat (limited to 'src')
-rw-r--r-- | src/menu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.cc b/src/menu.cc index 7eacbaa3..f9babb0b 100644 --- a/src/menu.cc +++ b/src/menu.cc @@ -650,7 +650,7 @@ void a_Menu_tools_popup(BrowserWindow *bw, void *v_wid) if (prefs.load_images) pm[2].set(); pm[4+cur_panelsize].setonly(); - cur_smallicons ? pm[8].set() : pm[8].clear(); + cur_smallicons ? pm[7].set() : pm[7].clear(); item = pm->popup(wid->x(), wid->y() + wid->h()); if (item) { |