diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-10-27 06:14:05 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-10-27 06:14:05 +0800 |
commit | 86c2f402bbc078f538bccce5b2c52546fb7a185a (patch) | |
tree | 4f5fa4e8e53eced0790ba85c19a84ec3167a9b43 /ChangeLog | |
parent | d51326e6b1a458b57cfae445fda4ed4b97b715a6 (diff) | |
download | gsoc2013-epiphany-86c2f402bbc078f538bccce5b2c52546fb7a185a.tar gsoc2013-epiphany-86c2f402bbc078f538bccce5b2c52546fb7a185a.tar.gz gsoc2013-epiphany-86c2f402bbc078f538bccce5b2c52546fb7a185a.tar.bz2 gsoc2013-epiphany-86c2f402bbc078f538bccce5b2c52546fb7a185a.tar.lz gsoc2013-epiphany-86c2f402bbc078f538bccce5b2c52546fb7a185a.tar.xz gsoc2013-epiphany-86c2f402bbc078f538bccce5b2c52546fb7a185a.tar.zst gsoc2013-epiphany-86c2f402bbc078f538bccce5b2c52546fb7a185a.zip |
Use ellipsising labels to shorten the bookmarks and topics titles in
2004-10-27 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmark-action.c: (create_tool_item),
(ephy_bookmark_action_sync_label), (connect_proxy),
(bookmark_changed_cb):
* src/bookmarks/ephy-bookmarks-menu.c: (connect_proxy_cb),
(ensure_bookmark_actions), (ephy_bookmarks_menu_rebuild):
* src/bookmarks/ephy-favorites-menu.c: (connect_proxy_cb),
(ephy_favorites_menu_rebuild):
* src/bookmarks/ephy-topic-action.c:
(ephy_topic_action_sync_label), (append_bookmarks_menu),
(build_topics_menu), (connect_proxy), (topic_changed_cb):
Use ellipsising labels to shorten the bookmarks and topics titles in
menus, instead of chopping the strings off at the end.
Fixes bug #147765.
Use gtk_entry_set_width_chars() to set the smart bookmark entry width,
not gtk_widget_set_size_request().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2004-10-27 Christian Persch <chpe@cvs.gnome.org> + + * src/bookmarks/ephy-bookmark-action.c: (create_tool_item), + (ephy_bookmark_action_sync_label), (connect_proxy), + (bookmark_changed_cb): + * src/bookmarks/ephy-bookmarks-menu.c: (connect_proxy_cb), + (ensure_bookmark_actions), (ephy_bookmarks_menu_rebuild): + * src/bookmarks/ephy-favorites-menu.c: (connect_proxy_cb), + (ephy_favorites_menu_rebuild): + * src/bookmarks/ephy-topic-action.c: + (ephy_topic_action_sync_label), (append_bookmarks_menu), + (build_topics_menu), (connect_proxy), (topic_changed_cb): + + Use ellipsising labels to shorten the bookmarks and topics titles in + menus, instead of chopping the strings off at the end. + Fixes bug #147765. + + Use gtk_entry_set_width_chars() to set the smart bookmark entry width, + not gtk_widget_set_size_request(). + 2004-10-26 Christian Persch <chpe@cvs.gnome.org> * src/ephy-session.c: (offer_to_resume): |