From 50c36fdf1c4224c4b2e2a97d635fd9184af7519d Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 18 May 2010 16:15:04 +0200 Subject: Do not hardcode the statusbar context descriptions Define them in the EphyWebView header, since we'll need to create the context ids from multiple files. --- embed/ephy-web-view.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'embed/ephy-web-view.h') diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index 5243aa772..1b45ed491 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -45,6 +45,9 @@ typedef struct _EphyWebViewClass EphyWebViewClass; typedef struct _EphyWebView EphyWebView; typedef struct _EphyWebViewPrivate EphyWebViewPrivate; +#define TAB_MESSAGE_CONTEXT_DESCRIPTION "tab_message" +#define HELP_MESSAGE_CONTEXT_DESCRIPTION "help_message" + typedef enum { EPHY_WEB_VIEW_NAV_UP = 1 << 0, -- cgit