[epiphany] ephy-file-helpers: export the UUID env var in our header



commit e6785d3ccc5a5a7c933a50b1a224fc01ee741c9c
Author: Xan Lopez <xlopez igalia com>
Date:   Mon Aug 29 15:48:39 2011 +0200

    ephy-file-helpers: export the UUID env var in our header
    
    We'll use it from src/ for a bit of a gross hack...

 lib/ephy-file-helpers.c |    1 -
 lib/ephy-file-helpers.h |    2 ++
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c
index f1003b6..f1e2e0e 100644
--- a/lib/ephy-file-helpers.c
+++ b/lib/ephy-file-helpers.c
@@ -53,7 +53,6 @@
  */
 
 #define EPHY_UUID		"0d82d98f-7079-401c-abff-203fcde1ece3"
-#define EPHY_UUID_ENVVAR	"EPHY_UNIQUE"
 #define EPHY_UUID_ENVSTRING	EPHY_UUID_ENVVAR "=" EPHY_UUID
 
 #define DELAY_MAX_TICKS	64
diff --git a/lib/ephy-file-helpers.h b/lib/ephy-file-helpers.h
index 83d9198..0c5ab9b 100644
--- a/lib/ephy-file-helpers.h
+++ b/lib/ephy-file-helpers.h
@@ -45,6 +45,8 @@ typedef enum
 	EPHY_MIME_PERMISSION_UNKNOWN	= 3
 } EphyMimePermission;
 
+#define EPHY_UUID_ENVVAR	"EPHY_UNIQUE"
+
 gboolean           ephy_file_helpers_init        (const char  *profile_dir,
                                                   gboolean     private_profile,
                                                   gboolean     keep_temp_dir,



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