diff options
author | Peter Harvey <peter.a.harvey@gmail.com> | 2006-02-04 21:57:43 +0800 |
---|---|---|
committer | Peter Anthony Harvey <paharvey@src.gnome.org> | 2006-02-04 21:57:43 +0800 |
commit | 30269a7fcdcd0a0eb82535f1af96df5059e0ba43 (patch) | |
tree | eecbc3a3985864c8d619ad1e45dac07fef7699de /src/epiphany.defs | |
parent | 1bdd082560bc963b535935d9e0bf06e19cd08d17 (diff) | |
download | gsoc2013-epiphany-30269a7fcdcd0a0eb82535f1af96df5059e0ba43.tar gsoc2013-epiphany-30269a7fcdcd0a0eb82535f1af96df5059e0ba43.tar.gz gsoc2013-epiphany-30269a7fcdcd0a0eb82535f1af96df5059e0ba43.tar.bz2 gsoc2013-epiphany-30269a7fcdcd0a0eb82535f1af96df5059e0ba43.tar.lz gsoc2013-epiphany-30269a7fcdcd0a0eb82535f1af96df5059e0ba43.tar.xz gsoc2013-epiphany-30269a7fcdcd0a0eb82535f1af96df5059e0ba43.tar.zst gsoc2013-epiphany-30269a7fcdcd0a0eb82535f1af96df5059e0ba43.zip |
lib/ephy-state.h lib/ephy-state.c src/epiphany.defs
2006-02-04 Peter Harvey <peter.a.harvey@gmail.com>
* lib/ephy-state.h
* lib/ephy-state.c
* src/epiphany.defs
* src/bookmarks/ephy-bookmark-properties.c
Combined very similar functions into one.
Made the 'similar' bookmark count update immediately at start.
Diffstat (limited to 'src/epiphany.defs')
-rw-r--r-- | src/epiphany.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/epiphany.defs b/src/epiphany.defs index 33157fe16..f81bd2c8f 100644 --- a/src/epiphany.defs +++ b/src/epiphany.defs @@ -2411,7 +2411,7 @@ (c-name "ephy_state_add_expander") (return-type "none") (parameters - '("GtkWidget*" "expander") + '("GtkWidget*" "widget") '("const-char*" "name") '("gboolean" "default_state") ) |