Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/recent-files/egg-recent-item.h
diff options
context:
space:
mode:
Diffstat (limited to 'cut-n-paste/recent-files/egg-recent-item.h')
-rw-r--r--cut-n-paste/recent-files/egg-recent-item.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cut-n-paste/recent-files/egg-recent-item.h b/cut-n-paste/recent-files/egg-recent-item.h
index 5b3b405..93091ae 100644
--- a/cut-n-paste/recent-files/egg-recent-item.h
+++ b/cut-n-paste/recent-files/egg-recent-item.h
@@ -27,6 +27,8 @@ struct _EggRecentItem {
GList *groups;
int refcount;
+
+ guint mime_type_is_explicit : 1;
};
GType egg_recent_item_get_type (void) G_GNUC_CONST;