remove obsolete files

2007-06-06  Jens Granseuer  <jensgr@gmx.net>

	* Bonobo_Control_Capplet_generic.oaf.in:
	* wrapper-script.in: remove obsolete files

svn path=/trunk/; revision=7700
This commit is contained in:
Jens Granseuer 2007-06-06 16:24:17 +00:00 committed by Jens Granseuer
parent 94e474bcd7
commit 5a510b1c3f
3 changed files with 5 additions and 30 deletions

View file

@ -1,21 +0,0 @@
<oaf_info>
<oaf_server iid="OAFIID:Bonobo_@SHORT_CAPPLET_NAME@_properties_Factory" type="exe"
location="@BINDIR@/@CAPPLET_BINARY_NAME@">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/ObjectFactory:1.0"/>
</oaf_attribute>
<oaf_attribute name="name" type="string" value="@SHORT_CAPPLET_NAME@ properties capplet factory"/>
</oaf_server>
<oaf_server iid="OAFIID:Bonobo_Control_Capplet_@SHORT_CAPPLET_NAME@_properties" type="factory"
location="OAFIID:Bonobo_@SHORT_CAPPLET_NAME@_properties_Factory">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:Bonobo/PropertyControl:1.0"/>
<item value="IDL:Bonobo/Unknown:1.0"/>
</oaf_attribute>
<oaf_attribute name="name" type="string" value="@SHORT_CAPPLET_NAME@ capplet"/>
</oaf_server>
</oaf_info>

View file

@ -1,3 +1,8 @@
2007-06-06 Jens Granseuer <jensgr@gmx.net>
* Bonobo_Control_Capplet_generic.oaf.in:
* wrapper-script.in: remove obsolete files
2007-06-06 Jens Granseuer <jensgr@gmx.net> 2007-06-06 Jens Granseuer <jensgr@gmx.net>
* theme-thumbnail.c: (message_from_child), * theme-thumbnail.c: (message_from_child),

View file

@ -1,9 +0,0 @@
#!/bin/sh
if test "x$#" = "x0"
then
@BINDIR@/gnomecc --run-capplet @CAPPLET_NAME@
else
@BINDIR@/@CAPPLET_NAME@-control $@
fi