diff options
author | Stefano Karapetsas <[email protected]> | 2014-05-16 10:47:04 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-05-16 10:47:04 +0200 |
commit | 097271c479a329cdc53cb0be03e1d8b819344624 (patch) | |
tree | 2d0a33f157c929a14a84748d8dd7b9df39057bea /capplets/default-applications/mate-da-capplet.h | |
parent | e8b4a9dcafee9c8e6a50b403cf6dda0cdb30ebd5 (diff) | |
download | mate-control-center-097271c479a329cdc53cb0be03e1d8b819344624.tar.bz2 mate-control-center-097271c479a329cdc53cb0be03e1d8b819344624.tar.xz |
default-applications: Add support for office applications
Diffstat (limited to 'capplets/default-applications/mate-da-capplet.h')
-rw-r--r-- | capplets/default-applications/mate-da-capplet.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/capplets/default-applications/mate-da-capplet.h b/capplets/default-applications/mate-da-capplet.h index cd9f2afc..5a7d7ec0 100644 --- a/capplets/default-applications/mate-da-capplet.h +++ b/capplets/default-applications/mate-da-capplet.h @@ -52,6 +52,9 @@ typedef struct _MateDACapplet { GtkWidget* file_combo_box; GtkWidget* text_combo_box; GtkWidget* image_combo_box; + GtkWidget* document_combo_box; + GtkWidget* word_combo_box; + GtkWidget* spreadsheet_combo_box; /* Web Browser * at the moment default,new_win,new_tab arent used */ @@ -119,6 +122,9 @@ typedef struct _MateDACapplet { GList* file_managers; GList* text_editors; GList* image_viewers; + GList* document_viewers; + GList* word_editors; + GList* spreadsheet_editors; /* Settings objects */ GSettings* terminal_settings; |