Merge lp:~bratsche/ubuntu/natty/gdm/disable-resize-grips into lp:ubuntu/natty/gdm

Proposed by Cody Russell
Status: Merged
Merge reported by: Sebastien Bacher
Merged at revision: not available
Proposed branch: lp:~bratsche/ubuntu/natty/gdm/disable-resize-grips
Merge into: lp:ubuntu/natty/gdm
Diff against target: 26 lines (+14/-0)
2 files modified
debian/patches/37_disable_resize_grip.patch (+13/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~bratsche/ubuntu/natty/gdm/disable-resize-grips
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+46496@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'debian/patches/37_disable_resize_grip.patch'
--- debian/patches/37_disable_resize_grip.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/37_disable_resize_grip.patch 2011-01-17 16:13:53 +0000
@@ -0,0 +1,13 @@
1diff --git a/gui/simple-greeter/gdm-greeter-panel.c b/gui/simple-greeter/gdm-greeter-panel.c
2index af29f1b..f35a6ba 100644
3--- a/gui/simple-greeter/gdm-greeter-panel.c
4+++ b/gui/simple-greeter/gdm-greeter-panel.c
5@@ -887,7 +887,7 @@ static void
6 gdm_greeter_panel_init (GdmGreeterPanel *panel)
7 {
8 panel->priv = GDM_GREETER_PANEL_GET_PRIVATE (panel);
9-
10+ gtk_window_set_has_resize_grip (GTK_WINDOW (panel), FALSE);
11 }
12
13 static void
014
=== modified file 'debian/patches/series'
--- debian/patches/series 2010-12-14 22:24:40 +0000
+++ debian/patches/series 2011-01-17 16:13:53 +0000
@@ -24,3 +24,4 @@
2434_disable_a11y_default.patch2434_disable_a11y_default.patch
2535_langlist_and_lsmess_dmrc_fields.patch2535_langlist_and_lsmess_dmrc_fields.patch
2636_language_environment_settings.patch2636_language_environment_settings.patch
2737_disable_resize_grip.patch

Subscribers

People subscribed via source and target branches

to all changes: