diff options
Diffstat (limited to 'common/gmounttracker.c')
-rw-r--r-- | common/gmounttracker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gmounttracker.c b/common/gmounttracker.c index 97efd6ee..c0f1537b 100644 --- a/common/gmounttracker.c +++ b/common/gmounttracker.c @@ -41,6 +41,7 @@ enum { /* TODO: Real P_() */ #define P_(_x) (_x) +#define I_(string) g_intern_static_string (string) static guint signals[LAST_SIGNAL] = { 0 }; |