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,9 @@
|
|||
2001-07-05 Bradford Hovinen <hovinen@ximian.com>
|
||||
|
||||
* Makefile.am (INCLUDES):
|
||||
(rollback_capplet_LDADD): Update to include ximian_archiver stuff
|
||||
correctly
|
||||
|
||||
2001-01-29 Bradford Hovinen <hovinen@ximian.com>
|
||||
|
||||
* rollback-widget.c (rollback_widget_realize): Check entire
|
||||
|
|
|
@ -22,7 +22,8 @@ INCLUDES = \
|
|||
-DGLADE_DATADIR=\""$(Gladedir)"\" \
|
||||
@ROLLBACK_CAPPLET_CFLAGS@ \
|
||||
-I$(top_srcdir)/ \
|
||||
-I$(top_srcdir)/intl
|
||||
-I$(top_srcdir)/intl \
|
||||
-I$(top_srcdir)/archiver
|
||||
|
||||
bin_PROGRAMS = rollback-capplet
|
||||
|
||||
|
@ -33,4 +34,5 @@ rollback_capplet_SOURCES = \
|
|||
main.c
|
||||
|
||||
rollback_capplet_LDADD = \
|
||||
$(top_builddir)/archiver/libximian_archiver.la \
|
||||
@ROLLBACK_CAPPLET_LIBS@
|
||||
|
|
|
@ -180,9 +180,9 @@ rollback_control_set_arg (GtkObject *object, GtkArg *arg, guint arg_id)
|
|||
rollback_control->p->location =
|
||||
archive_get_current_location
|
||||
(rollback_control->p->archive);
|
||||
rollback_control->p->config_log =
|
||||
location_get_config_log
|
||||
(rollback_control->p->location);
|
||||
/* rollback_control->p->config_log = */
|
||||
/* location_get_config_log */
|
||||
/* (rollback_control->p->location); */
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
6
capplets/rollback/rollback.desktop
Normal file
6
capplets/rollback/rollback.desktop
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Name=Rollback
|
||||
Comment=Restore earlier configuration
|
||||
Exec=rollback-capplet
|
||||
Terminal=0
|
||||
Type=Application
|
Loading…
Add table
Add a link
Reference in a new issue