diff options
author | Perberos <[email protected]> | 2011-12-05 06:31:39 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-05 06:31:39 -0300 |
commit | efae0c7ddeba8f96fe6d6c6d1a1bcae582f8836b (patch) | |
tree | a57782c02659983e2d5f76af4b358c57fb2e5069 /capplets/default-applications/mate-da-item.h | |
parent | 12eae9fdc68e3186b290b3779842d313aed89454 (diff) | |
download | mate-control-center-efae0c7ddeba8f96fe6d6c6d1a1bcae582f8836b.tar.bz2 mate-control-center-efae0c7ddeba8f96fe6d6c6d1a1bcae582f8836b.tar.xz |
fixing xdg issue with web browsers and email clients on default applications.\n Adding useless file-manager,instant-message, text-editor tabs for future use.
Diffstat (limited to 'capplets/default-applications/mate-da-item.h')
-rw-r--r-- | capplets/default-applications/mate-da-item.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/capplets/default-applications/mate-da-item.h b/capplets/default-applications/mate-da-item.h index 81223f4e..d3bfb4ca 100644 --- a/capplets/default-applications/mate-da-item.h +++ b/capplets/default-applications/mate-da-item.h @@ -43,8 +43,8 @@ struct _MateDAWebItem { MateDAItem generic; gboolean run_in_terminal; gboolean netscape_remote; - gchar *tab_command; - gchar *win_command; + gchar* tab_command; + gchar* win_command; }; struct _MateDASimpleItem { |