diff options
author | Perberos <[email protected]> | 2012-05-13 07:46:32 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-05-13 07:46:32 -0300 |
commit | b787f7a4484f07560f7aa9f97f6c4ae1e7f383bd (patch) | |
tree | e058f119d2f84feb11a1c290669dbe3ff968213d /capplets/default-applications/mate-da-capplet.h | |
parent | 006e3abdc5d7e3d1f8b5e13836f2933715ffab93 (diff) | |
download | mate-control-center-b787f7a4484f07560f7aa9f97f6c4ae1e7f383bd.tar.bz2 mate-control-center-b787f7a4484f07560f7aa9f97f6c4ae1e7f383bd.tar.xz |
re-coding default applications
Diffstat (limited to 'capplets/default-applications/mate-da-capplet.h')
-rw-r--r-- | capplets/default-applications/mate-da-capplet.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/capplets/default-applications/mate-da-capplet.h b/capplets/default-applications/mate-da-capplet.h index 2dc7487f..04f11811 100644 --- a/capplets/default-applications/mate-da-capplet.h +++ b/capplets/default-applications/mate-da-capplet.h @@ -23,7 +23,6 @@ #define _MATE_DA_CAPPLET_H_ #include <gtk/gtk.h> -#include <mateconf/mateconf-client.h> // Set http, https, about, and unknown keys to the chosen web browser. #define DEFAULT_APPS_KEY_HTTP_PATH "/desktop/mate/url-handlers/http" @@ -160,9 +159,6 @@ typedef struct _MateDACapplet { GtkWidget* mobility_command_label; GtkWidget* mobility_startup_checkbutton; - - MateConfClient* mateconf; - GList* web_browsers; GList* mail_readers; GList* terminals; |