diff options
author | Cody Russell <crussell@canonical.com> | 2010-03-04 10:32:56 +0000 |
---|---|---|
committer | Cody Russell <crussell@canonical.com> | 2010-03-04 10:32:56 +0000 |
commit | 08e010a37a70f7045dc3378ab38b2e6e69a61521 (patch) | |
tree | 88b29dc7c60ab7696afdaccebae4a26e11aa553b | |
parent | 3acbbdb5100137f40a32fd1b3916f1c07840d621 (diff) | |
download | ayatana-ido-08e010a37a70f7045dc3378ab38b2e6e69a61521.tar.gz ayatana-ido-08e010a37a70f7045dc3378ab38b2e6e69a61521.tar.bz2 ayatana-ido-08e010a37a70f7045dc3378ab38b2e6e69a61521.zip |
Name the offscreen scale 'ido-offscreen-scale'
-rw-r--r-- | src/idoscalemenuitem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/idoscalemenuitem.c b/src/idoscalemenuitem.c index 190556c..3df36f5 100644 --- a/src/idoscalemenuitem.c +++ b/src/idoscalemenuitem.c @@ -308,6 +308,7 @@ ido_scale_menu_item_constructor (GType type, priv->offscreen = gtk_offscreen_window_new (); priv->scale = gtk_hscale_new_with_range (0.0, 100.0, 1.0); + gtk_widget_set_name (priv->scale, "ido-offscreen-scale"); gtk_scale_set_draw_value (GTK_SCALE (priv->scale), FALSE); gtk_widget_show (priv->scale); gtk_widget_show (priv->offscreen); |