diff options
author | Ted Gould <ted@gould.cx> | 2011-08-19 13:13:57 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-19 13:13:57 -0500 |
commit | 7f2161b7e2ab9902076a0e47fecac7796546fb4b (patch) | |
tree | ee79fe83b44218d2d0602f7c5a77c6092934ff6a /src/device-menu-mgr.c | |
parent | 44b13c9408a1bfd2d47c6bb8a6df0b6b5127e001 (diff) | |
download | ayatana-indicator-session-7f2161b7e2ab9902076a0e47fecac7796546fb4b.tar.gz ayatana-indicator-session-7f2161b7e2ab9902076a0e47fecac7796546fb4b.tar.bz2 ayatana-indicator-session-7f2161b7e2ab9902076a0e47fecac7796546fb4b.zip |
Change name to settings helper
Diffstat (limited to 'src/device-menu-mgr.c')
-rw-r--r-- | src/device-menu-mgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device-menu-mgr.c b/src/device-menu-mgr.c index ef9567b..d07ae6a 100644 --- a/src/device-menu-mgr.c +++ b/src/device-menu-mgr.c @@ -21,7 +21,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <libdbusmenu-gtk3/menuitem.h> #include "device-menu-mgr.h" -#include "gconf-helper.h" +#include "settings-helper.h" #include "dbus-shared-names.h" #include "dbusmenu-shared.h" #include "lock-helper.h" |