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

@ -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);