[epiphany] Move EPHY_WEB_APP_PREFIX declaration to a cleaner location
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Move EPHY_WEB_APP_PREFIX declaration to a cleaner location
- Date: Fri, 2 Sep 2011 13:14:48 +0000 (UTC)
commit 1d507b310ad8cad41055bedec416d27a04b6f06d
Author: Claudio Saavedra <csaavedra igalia com>
Date: Thu Sep 1 22:50:26 2011 +0300
Move EPHY_WEB_APP_PREFIX declaration to a cleaner location
embed/ephy-web-app-utils.h | 2 ++
embed/ephy-web-view.h | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/embed/ephy-web-app-utils.h b/embed/ephy-web-app-utils.h
index 39399dd..a28ae76 100644
--- a/embed/ephy-web-app-utils.h
+++ b/embed/ephy-web-app-utils.h
@@ -28,6 +28,8 @@
G_BEGIN_DECLS
+#define EPHY_WEB_APP_PREFIX "app-"
+
gboolean ephy_delete_web_application (const char *name);
G_END_DECLS
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h
index bf865d3..a92c436 100644
--- a/embed/ephy-web-view.h
+++ b/embed/ephy-web-view.h
@@ -88,8 +88,6 @@ typedef enum {
EPHY_WEB_VIEW_ERROR_PAGE_CRASH
} EphyWebViewErrorPage;
-#define EPHY_WEB_APP_PREFIX "app-"
-
struct _EphyWebView
{
WebKitWebView parent;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]