aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2010-02-25 10:26:23 -0600
committerCody Russell <crussell@canonical.com>2010-02-25 10:26:23 -0600
commit148dffa32c100904f9e58afce26f9b75f45bb2ae (patch)
tree45811e3ee94594a1381b6996b935989678cae59b
parentd0eee8bb58912b646c6ff16098f63079e955c654 (diff)
downloadayatana-indicator-session-148dffa32c100904f9e58afce26f9b75f45bb2ae.tar.gz
ayatana-indicator-session-148dffa32c100904f9e58afce26f9b75f45bb2ae.tar.bz2
ayatana-indicator-session-148dffa32c100904f9e58afce26f9b75f45bb2ae.zip
Don't set the gdk decorations.
-rw-r--r--src/gtk-dialog/logout-dialog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gtk-dialog/logout-dialog.c b/src/gtk-dialog/logout-dialog.c
index 65df9fe..98806ca 100644
--- a/src/gtk-dialog/logout-dialog.c
+++ b/src/gtk-dialog/logout-dialog.c
@@ -278,7 +278,6 @@ logout_dialog_init (LogoutDialog *logout_dialog)
gtk_widget_realize(GTK_WIDGET(logout_dialog));
/* remove superfluous window buttons */
gdk_window_set_functions (GTK_WIDGET(logout_dialog)->window, 0);
- gdk_window_set_decorations (GTK_WIDGET(logout_dialog)->window, GDK_DECOR_BORDER | GDK_DECOR_TITLE);
/* center window */
gtk_window_set_position (GTK_WINDOW(logout_dialog), GTK_WIN_POS_CENTER);