Removed rules pertaining to sound-properties
2001-07-05 Bradford Hovinen <hovinen@ximian.com> * capplets/Makefile.am: Removed rules pertaining to sound-properties * capplets/sound-properties-capplet.c (set_moniker_cb): Change BonoboPropertyEditor to BonoboPEditor * configure.in: Update AC_INIT to use correct directory name (AC_OUTPUT): Update to current directory structure * Makefile.am (SUBDIRS): Update to current directory structure * capplets/Makefile.am (always_built_SUBDIRS): Updated to current directory structure * bonobo-moniker-archiver.c (archiver_resolve): Update call to Bonobo_ConfigDatabase_addDatabase * bonobo-config-archiver.h: Fix include directories * Makefile.am (INCLUDES): Update to use pkg-config standards; add BONOBO_CFLAGS Include configuration moniker-related material (SUBDIRS): Remove (bin_PROGRAMS): Added ximian-archiver * capplets/keyboard/prefs-widget.c (set_scale): Add appropriate casts * capplets/rollback/Makefile.am (INCLUDES): (rollback_capplet_LDADD): Update to include ximian_archiver stuff correctly
This commit is contained in:
parent
70f3cc51cc
commit
aaaf56e71c
118 changed files with 170 additions and 3184 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-07-05 Bradford Hovinen <hovinen@ximian.com>
|
||||
|
||||
* prefs-widget.c (set_scale): Add appropriate casts
|
||||
|
||||
2000-12-26 Jacob "Ulysses" Berkman <jacob@helixcode.com>
|
||||
|
||||
* keyboard-properties.glade: re-did the UI a bit
|
||||
|
|
|
@ -279,8 +279,8 @@ set_scale (GtkToggleButton *toggle, GtkWidget **arr)
|
|||
int i, retval = 0;
|
||||
|
||||
for (i = 0; i < 4; i++) {
|
||||
if (arr[i] == toggle) retval = i;
|
||||
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (arr[i]), arr[i] == toggle);
|
||||
if (arr[i] == GTK_WIDGET (toggle)) retval = i;
|
||||
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (arr[i]), arr[i] == GTK_WIDGET (toggle));
|
||||
}
|
||||
|
||||
return retval;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue