diff options
author | Peter Harvey <peter.a.harvey@gmail.com> | 2006-02-21 21:32:36 +0800 |
---|---|---|
committer | Peter Anthony Harvey <paharvey@src.gnome.org> | 2006-02-21 21:32:36 +0800 |
commit | 6dd4bf1e1ebfee184ebfa38781ab6418c42e652a (patch) | |
tree | 7a859d92f81c146e9eac5b60e1fd790f95c5cd5b /src/bookmarks/ephy-bookmarks-menu.c | |
parent | 4aae60264b269b3eff4d5ba7b6a6403358fb0330 (diff) | |
download | gsoc2013-epiphany-6dd4bf1e1ebfee184ebfa38781ab6418c42e652a.tar gsoc2013-epiphany-6dd4bf1e1ebfee184ebfa38781ab6418c42e652a.tar.gz gsoc2013-epiphany-6dd4bf1e1ebfee184ebfa38781ab6418c42e652a.tar.bz2 gsoc2013-epiphany-6dd4bf1e1ebfee184ebfa38781ab6418c42e652a.tar.lz gsoc2013-epiphany-6dd4bf1e1ebfee184ebfa38781ab6418c42e652a.tar.xz gsoc2013-epiphany-6dd4bf1e1ebfee184ebfa38781ab6418c42e652a.tar.zst gsoc2013-epiphany-6dd4bf1e1ebfee184ebfa38781ab6418c42e652a.zip |
src/bookmarks/ephy-bookmarks-menu.c src/bookmarks/ephy-nodes-cover.c
2006-02-21 Peter Harvey <peter.a.harvey@gmail.com>
* src/bookmarks/ephy-bookmarks-menu.c
* src/bookmarks/ephy-nodes-cover.c
Minor tweaks to improve menu generation.
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-menu.c')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmarks-menu.c b/src/bookmarks/ephy-bookmarks-menu.c index 0ef14dfd3..52d5da4e9 100644 --- a/src/bookmarks/ephy-bookmarks-menu.c +++ b/src/bookmarks/ephy-bookmarks-menu.c @@ -37,7 +37,7 @@ #include <string.h> -#define MIN_MENU_SIZE 7 +#define MIN_MENU_SIZE 3 #define MAX_MENU_SIZE 21 enum |