1999-09-28  Jonathan Blandford  <jrb@redhat.com>

	* configure.in: 1.0.50

	* capplets/wm-properties/wm-properties-capplet.c (select_row): now
	we set the sensitivity of the edit-button correctly.
This commit is contained in:
Jonathan Blandford 1999-09-28 23:18:02 +00:00 committed by Jonathan Blandford
parent 569d22a926
commit 52b93bbc84
3 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,10 @@
1999-09-28 Jonathan Blandford <jrb@redhat.com>
* configure.in: 1.0.50
* capplets/wm-properties/wm-properties-capplet.c (select_row): now
we set the sensitivity of the edit-button correctly.
1999-09-28 Kjartan Maraas <kmaraas@online.no>
* configure.in: Added "ro" to ALL_LINGUAS.

View file

@ -969,6 +969,7 @@ select_row (GtkCList *the_clist,
if (!in_fill) {
wm = gtk_clist_get_row_data (GTK_CLIST (clist), row);
gtk_widget_set_sensitive (edit_button, wm->is_user);
gtk_widget_set_sensitive (delete_button, wm->is_user);
if (wm != selected_wm) {

View file

@ -1,7 +1,7 @@
AC_INIT(control-center)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(control-center, 1.0.40)
AM_INIT_AUTOMAKE(control-center, 1.0.50)
AM_MAINTAINER_MODE