[gnome-control-center] sound: prevent the "Test Speakers" dialog box from being resizable



commit 5ce092c1e75f34724e8e6e06722ab93d179563c3
Author: Thomas Wood <thomas wood intel com>
Date:   Tue Jun 18 17:06:02 2013 +0100

    sound: prevent the "Test Speakers" dialog box from being resizable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702487

 panels/sound/gvc-mixer-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/sound/gvc-mixer-dialog.c b/panels/sound/gvc-mixer-dialog.c
index eb9e49b..3b8e641 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]