diff options
author | Willy Sudiarto Raharjo <[email protected]> | 2013-11-03 15:40:24 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-11-03 15:40:24 +0100 |
commit | 7b905c35a766601a76da261edc90fc1bd645412c (patch) | |
tree | 645c171e25061cc681722791c685ad504fb5040a /capplets/common/mate-theme-info.c | |
parent | 71277b66ace9b774e9618403a8c5f3846eb8b631 (diff) | |
download | mate-control-center-7b905c35a766601a76da261edc90fc1bd645412c.tar.bz2 mate-control-center-7b905c35a766601a76da261edc90fc1bd645412c.tar.xz |
Update to new mate-desktop include paths
Diffstat (limited to 'capplets/common/mate-theme-info.c')
-rw-r--r-- | capplets/common/mate-theme-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/common/mate-theme-info.c b/capplets/common/mate-theme-info.c index a0a30104..7d2d1b9d 100644 --- a/capplets/common/mate-theme-info.c +++ b/capplets/common/mate-theme-info.c @@ -35,7 +35,7 @@ #include <gdk/gdkx.h> #include <gio/gio.h> #include <string.h> -#include <libmate/mate-desktop-item.h> +#include <libmate-desktop/mate-desktop-item.h> #include "mate-theme-info.h" #include "gtkrc-utils.h" |