diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-08-22 13:30:24 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-08-22 13:30:24 +0100 |
commit | 3dd1acc6b1514a255179e29642bc5b9929b80cff (patch) | |
tree | a3ff40991e017006fb12766788a7dcabe8fa32d0 /src/gtk-logout-helper.c | |
parent | 5e4789fbd9348cd5a1f1d14d0db5021547d9f0ca (diff) | |
parent | 09514f45d0ab63579ce97faf07cbc0a79e981465 (diff) | |
download | ayatana-indicator-session-3dd1acc6b1514a255179e29642bc5b9929b80cff.tar.gz ayatana-indicator-session-3dd1acc6b1514a255179e29642bc5b9929b80cff.tar.bz2 ayatana-indicator-session-3dd1acc6b1514a255179e29642bc5b9929b80cff.zip |
gsettings port
Diffstat (limited to 'src/gtk-logout-helper.c')
-rw-r--r-- | src/gtk-logout-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk-logout-helper.c b/src/gtk-logout-helper.c index b8923c6..33dce3a 100644 --- a/src/gtk-logout-helper.c +++ b/src/gtk-logout-helper.c @@ -26,7 +26,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <gtk/gtk.h> #include <dbus/dbus-glib.h> #include "dialog.h" -#include "gconf-helper.h" +#include "settings-helper.h" static void consolekit_fallback (LogoutDialogType action) |