1.0.50
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:
parent
569d22a926
commit
52b93bbc84
3 changed files with 9 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue