diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-06-12 00:39:31 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-06-12 00:39:31 -0500 |
commit | 192be127691af87a88f4ac15d4fe3dd9296499b0 (patch) | |
tree | 7fb4f18f34eb213bc40fccf6c2bf97de2cc769f7 /src/gtk-logout-helper.c | |
parent | f7f945beb6353195c84d5d897a20fcc26d243058 (diff) | |
download | ayatana-indicator-session-192be127691af87a88f4ac15d4fe3dd9296499b0.tar.gz ayatana-indicator-session-192be127691af87a88f4ac15d4fe3dd9296499b0.tar.bz2 ayatana-indicator-session-192be127691af87a88f4ac15d4fe3dd9296499b0.zip |
use GDBus in users-service-dbus.c... major rewrite here.
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 f5c11ba..8b8ff8f 100644 --- a/src/gtk-logout-helper.c +++ b/src/gtk-logout-helper.c @@ -24,8 +24,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <config.h> #include <locale.h> #include <glib.h> -#include <gtk/gtk.h> #include <dbus/dbus-glib.h> +#include <gtk/gtk.h> #include "dialog.h" #include "settings-helper.h" |