From b713998c9af2c9929c6b2667174cec5c4af75041 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Tue, 2 Mar 2010 16:03:59 +0100 Subject: releasing version 0.2.4-0ubuntu2 --- debian/changelog | 6 ++++++ src/gtk-dialog/logout-dialog.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 043f650..68d8e57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-session (0.2.4-0ubuntu2) lucid; urgency=low + + * Backport upstream change to fix decoration rendering issues + + -- Sebastien Bacher Tue, 02 Mar 2010 16:03:20 +0100 + indicator-session (0.2.4-0ubuntu1) lucid; urgency=low * Upstream release 0.2.4 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); -- cgit v1.2.3