[epiphany] ephy-embed: move the other statusbar id to the .c file



commit 57376c8471fbe1b18aae995e7074a24ed6b38680
Author: Xan Lopez <xan igalia com>
Date:   Sun Jan 22 21:27:39 2012 +0100

    ephy-embed: move the other statusbar id to the .c file
    
    It's not used anywhere else.

 embed/ephy-embed.c |    2 ++
 embed/ephy-embed.h |    2 --
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index 36b1773..0fbc3e5 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -56,6 +56,8 @@ static gboolean ephy_embed_inspect_close_cb (WebKitWebInspector *inspector,
 
 #define EPHY_EMBED_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_EMBED, EphyEmbedPrivate))
 
+#define EPHY_EMBED_STATUSBAR_TAB_MESSAGE_CONTEXT_DESCRIPTION "tab_message"
+
 typedef struct {
   gchar *text;
   guint context_id;
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index 8188c68..4be26fa 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -40,8 +40,6 @@ typedef struct _EphyEmbedClass EphyEmbedClass;
 typedef struct _EphyEmbed EphyEmbed;
 typedef struct _EphyEmbedPrivate EphyEmbedPrivate;
 
-#define EPHY_EMBED_STATUSBAR_TAB_MESSAGE_CONTEXT_DESCRIPTION "tab_message"
-
 struct _EphyEmbed {
   GtkBox parent_instance;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]