diff options
author | Dan Damian <dandamian@gmx.net> | 2003-03-10 03:32:41 +0800 |
---|---|---|
committer | Dan Damian <dand@src.gnome.org> | 2003-03-10 03:32:41 +0800 |
commit | 64f7879af2f0d3e234926d03ae1f1da711a89329 (patch) | |
tree | 33e3862dcd9cb045d755b4bd9bf5b08138dbcda0 /ChangeLog | |
parent | 2f46d7cd79bda7c11395223411cfe4e28c6111d6 (diff) | |
download | gsoc2013-epiphany-64f7879af2f0d3e234926d03ae1f1da711a89329.tar.gz gsoc2013-epiphany-64f7879af2f0d3e234926d03ae1f1da711a89329.tar.zst gsoc2013-epiphany-64f7879af2f0d3e234926d03ae1f1da711a89329.zip |
Use default widget color for smart bookmarks background. Fixes #107902.
2003-03-09 Dan Damian <dandamian@gmx.net>
* lib/widgets/ephy-autocompletion-window.c:
(ephy_autocompletion_window_init_widgets):
Use default widget color for smart bookmarks background. Fixes
#107902.
* lib/ephy-gui.h:
* lib/ephy-gui.c (shift_color_component),
(ephy_gui_rgb_shift_color), (rgb16_to_rgb),
(ephy_gui_gdk_color_to_rgb), (ephy_gui_rgb_to_color):
Removed unused functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -1,3 +1,18 @@ +2003-03-09 Dan Damian <dandamian@gmx.net> + + * lib/widgets/ephy-autocompletion-window.c: + (ephy_autocompletion_window_init_widgets): + + Use default widget color for smart bookmarks background. Fixes + #107902. + + * lib/ephy-gui.h: + * lib/ephy-gui.c (shift_color_component), + (ephy_gui_rgb_shift_color), (rgb16_to_rgb), + (ephy_gui_gdk_color_to_rgb), (ephy_gui_rgb_to_color): + + Removed unused functions. + 2003-03-09 Xan Lopez <xan@masilla.org> * src/bookmarks/ephy-keywords-entry.c: (try_to_expand_keyword): @@ -25,7 +40,7 @@ s/Title/Bookmark, should be more clear -2003-03-08 Dan Damian <dand@level7.ro> +2003-03-08 Dan Damian <dandamian@gmx.net> * lib/ephy-debug.h: (LOG) Added a space before comma. Fixes a compilation problem under gcc 2.95 with logging enabled. @@ -54,7 +69,7 @@ * src/toolbar.c: Add a stock icon for entry box so that it has an icon in the tbe. -2003-03-07 Dan Damian <dand@level7.ro> +2003-03-07 Dan Damian <dandamian@gmx.net> * lib/ephy-debug.h: (LOG) use named variable arguments for compatibility with older gcc (2.95). |