diff options
author | David Adam Bordoley <bordoley@msu.edu> | 2003-05-06 00:53:25 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-05-06 00:53:25 +0800 |
commit | a9ad6d75f510335d318eef6082d6b5b18de48971 (patch) | |
tree | dc28bd1b3dc7b5f9f845518c3a6088dab072664d /ChangeLog | |
parent | 7457f676155191be13664f62ccbe2e1fcb184de4 (diff) | |
download | gsoc2013-epiphany-a9ad6d75f510335d318eef6082d6b5b18de48971.tar gsoc2013-epiphany-a9ad6d75f510335d318eef6082d6b5b18de48971.tar.gz gsoc2013-epiphany-a9ad6d75f510335d318eef6082d6b5b18de48971.tar.bz2 gsoc2013-epiphany-a9ad6d75f510335d318eef6082d6b5b18de48971.tar.lz gsoc2013-epiphany-a9ad6d75f510335d318eef6082d6b5b18de48971.tar.xz gsoc2013-epiphany-a9ad6d75f510335d318eef6082d6b5b18de48971.tar.zst gsoc2013-epiphany-a9ad6d75f510335d318eef6082d6b5b18de48971.zip |
If there is only one "toolbar" make it non-removable.
2003-05-05 David Adam Bordoley <bordoley@msu.edu>
* src/toolbar.c: (update_toolbar_remove_flag),
(toolbar_set_window):
If there is only one "toolbar" make it non-removable.
* src/bookmarks/ephy-bookmarks.c: (default_bookmarks []),
(default_topics []), (ephy_bookmarks_init_defaults):
Make the default topic similar to safari's. Mark
the default google smartbookmark for translation and
include a comment instructing translators how to properly
translate it. Add the google smartbookmark to the
bookmarks bar by default.
* src/bookmarks/ephy-topic-action.c: (create_tool_item):
Change the space between the topic and it arrow to 3px.
6px seemed like too much.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +2003-05-05 David Adam Bordoley <bordoley@msu.edu> + + * src/toolbar.c: (update_toolbar_remove_flag), + (toolbar_set_window): + + If there is only one "toolbar" make it non-removable. + + * src/bookmarks/ephy-bookmarks.c: (default_bookmarks []), + (default_topics []), (ephy_bookmarks_init_defaults): + + Make the default topic similar to safari's. Mark + the default google smartbookmark for translation and + include a comment instructing translators how to properly + translate it. Add the google smartbookmark to the + bookmarks bar by default. + + * src/bookmarks/ephy-topic-action.c: (create_tool_item): + + Change the space between the topic and it arrow to 3px. + 6px seemed like too much. + 2003-05-05 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/egg-editable-toolbar.c: |