Merge lp:~bratsche/indicator-session/decoration-change into lp:indicator-session/0.1

Proposed by Cody Russell
Status: Merged
Merged at revision: not available
Proposed branch: lp:~bratsche/indicator-session/decoration-change
Merge into: lp:indicator-session/0.1
Diff against target: 11 lines (+0/-1)
1 file modified
src/gtk-dialog/logout-dialog.c (+0/-1)
To merge this branch: bzr merge lp:~bratsche/indicator-session/decoration-change
Reviewer Review Type Date Requested Status
David Barth Needs Information
Review via email: mp+20173@code.launchpad.net
To post a comment you must log in.
Revision history for this message
David Barth (dbarth) wrote :

How does that impact the case where the user is not running a cs-deco build of gtk?
Is it possible to make that conditional or have a fallback mechanism where we get the same /controled/ decorations in all cases?

review: Needs Information

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/gtk-dialog/logout-dialog.c'
2--- src/gtk-dialog/logout-dialog.c 2009-10-05 21:11:25 +0000
3+++ src/gtk-dialog/logout-dialog.c 2010-02-25 20:12:17 +0000
4@@ -278,7 +278,6 @@
5 gtk_widget_realize(GTK_WIDGET(logout_dialog));
6 /* remove superfluous window buttons */
7 gdk_window_set_functions (GTK_WIDGET(logout_dialog)->window, 0);
8- gdk_window_set_decorations (GTK_WIDGET(logout_dialog)->window, GDK_DECOR_BORDER | GDK_DECOR_TITLE);
9
10 /* center window */
11 gtk_window_set_position (GTK_WINDOW(logout_dialog), GTK_WIN_POS_CENTER);

Subscribers

People subscribed via source and target branches