diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-10-22 23:50:27 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-10-22 23:50:27 +0800 |
commit | c32a9d9770aa342802bb8f8bdf5e54663b40437f (patch) | |
tree | 9e77a821e4aef497c3a04fdade8ca49924754978 /src/ephy-navigation-action.h | |
parent | 79d6fe5e18ec0e08e8ed165d47b41f012316ec55 (diff) | |
download | gsoc2013-epiphany-c32a9d9770aa342802bb8f8bdf5e54663b40437f.tar.gz gsoc2013-epiphany-c32a9d9770aa342802bb8f8bdf5e54663b40437f.tar.zst gsoc2013-epiphany-c32a9d9770aa342802bb8f8bdf5e54663b40437f.zip |
Add tooltips on the arrows, and fix the tooltip on the "Up" button to be
2004-10-22 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-navigation-action.c: (set_tooltip_cb), (connect_proxy),
(ephy_navigation_action_finalize),
(ephy_navigation_action_set_property),
(ephy_navigation_action_get_property),
(ephy_navigation_action_class_init):
* src/ephy-navigation-action.h:
* src/toolbar.c: (toolbar_setup_actions):
Add tooltips on the arrows, and fix the tooltip on the "Up" button
to be consistent with nautilus. Thanks to spark for the string review;
fixes bug #155825.
Diffstat (limited to 'src/ephy-navigation-action.h')
-rw-r--r-- | src/ephy-navigation-action.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ephy-navigation-action.h b/src/ephy-navigation-action.h index cfcda586b..d007c986d 100644 --- a/src/ephy-navigation-action.h +++ b/src/ephy-navigation-action.h @@ -30,9 +30,9 @@ #define EPHY_IS_NAVIGATION_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), EPHY_TYPE_NAVIGATION_ACTION)) #define EPHY_NAVIGATION_ACTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), EPHY_TYPE_NAVIGATION_ACTION, EphyNavigationActionClass)) -typedef struct _EphyNavigationAction EphyNavigationAction; -typedef struct _EphyNavigationActionClass EphyNavigationActionClass; -typedef struct EphyNavigationActionPrivate EphyNavigationActionPrivate; +typedef struct _EphyNavigationAction EphyNavigationAction; +typedef struct _EphyNavigationActionClass EphyNavigationActionClass; +typedef struct _EphyNavigationActionPrivate EphyNavigationActionPrivate; typedef enum { |