diff --git a/ChangeLog b/ChangeLog index 0594d067b..04212c475 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-09-28 Jonathan Blandford + + * 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 * configure.in: Added "ro" to ALL_LINGUAS. diff --git a/capplets/wm-properties/wm-properties-capplet.c b/capplets/wm-properties/wm-properties-capplet.c index 3f2544994..4cc39218a 100644 --- a/capplets/wm-properties/wm-properties-capplet.c +++ b/capplets/wm-properties/wm-properties-capplet.c @@ -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) { diff --git a/configure.in b/configure.in index 108305ac7..4490d13b6 100644 --- a/configure.in +++ b/configure.in @@ -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