summaryrefslogtreecommitdiff
path: root/panels/sound
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2013-06-18 17:06:02 +0100
committerThomas Wood <thomas.wood@intel.com>2013-06-18 17:38:38 +0100
commit5ce092c1e75f34724e8e6e06722ab93d179563c3 (patch)
tree99165be91906c65819735c332897db8d8d1a76aa /panels/sound
parent98e8b1aaa3234a03818ea193686abde764f488d1 (diff)
downloadgnome-control-center-5ce092c1e75f34724e8e6e06722ab93d179563c3.tar.gz
sound: prevent the "Test Speakers" dialog box from being resizable
https://bugzilla.gnome.org/show_bug.cgi?id=702487
Diffstat (limited to 'panels/sound')
-rw-r--r--panels/sound/gvc-mixer-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/sound/gvc-mixer-dialog.c b/panels/sound/gvc-mixer-dialog.c
index eb9e49b17..3b8e6419f 100644
--- a/panels/sound/gvc-mixer-dialog.c
+++ b/panels/sound/gvc-mixer-dialog.c
@@ -1594,7 +1594,7 @@ on_test_speakers_clicked (GvcComboBox *widget,
GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
NULL);
- gtk_window_set_has_resize_grip (GTK_WINDOW (d), FALSE);
+ gtk_window_set_resizable (GTK_WINDOW (d), FALSE);
g_free (title);
speaker_test = gvc_speaker_test_new (dialog->priv->mixer_control,