diff options
Diffstat (limited to 'lib/ephy-file-helpers.h')
-rw-r--r-- | lib/ephy-file-helpers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ephy-file-helpers.h b/lib/ephy-file-helpers.h index ae9a880b1..bfdafbaf1 100644 --- a/lib/ephy-file-helpers.h +++ b/lib/ephy-file-helpers.h @@ -31,6 +31,9 @@ #include <gio/gio.h> #include <gtk/gtk.h> +/* From libgnome */ +#define GNOME_DOT_GNOME ".gnome2" + extern GQuark ephy_file_helpers_error_quark; #define EPHY_FILE_HELPERS_ERROR_QUARK (ephy_file_helpers_error_quark) |