Hide opacity settings for now.

2001-07-25  Richard Hestilow  <hestilow@ximian.com>

	* main.c (setup_dialog): Hide opacity settings for now.

	* background-properties.glade: Rename opacity label.
This commit is contained in:
Richard Hestilow 2001-07-25 09:59:51 +00:00 committed by Rachel Hestilow
parent bce60c194e
commit 91e2a0e86b
3 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2001-07-25 Richard Hestilow <hestilow@ximian.com>
* main.c (setup_dialog): Hide opacity settings for now.
* background-properties.glade: Rename opacity label.
2001-07-24 Richard Hestilow <hestilow@ximian.com>
* applier.c (output_compat_prefs): Write to gnome-config to make

View file

@ -285,7 +285,7 @@ Stretched
<widget>
<class>GtkLabel</class>
<name>label16</name>
<name>opacity_label</name>
<label>Opacity (percent):</label>
<justify>GTK_JUSTIFY_CENTER</justify>
<wrap>False</wrap>

View file

@ -225,6 +225,8 @@ setup_dialog (GtkWidget *widget, Bonobo_PropertyBag bag)
bonobo_peditor_set_property (ed, bag, "wallpaper_type", TC_ulong, NULL);
CUSTOM_CREATE_PEDITOR (int_range, long, "opacity", "opacity_spin");
gtk_widget_hide (WID ("opacity_spin"));
gtk_widget_hide (WID ("opacity_label"));
bonobo_event_source_client_add_listener (bag, property_change_cb,
NULL, NULL, bag);