summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2006-10-16 10:50:50 +0000
committerRodrigo Moya <rodrigo@src.gnome.org>2006-10-16 10:50:50 +0000
commit28114cb502b5fcdf58029ef3f96e24a7d2504d28 (patch)
treee81e5ce87afc2c51359fe2144d2538189a195361
parent082668c9c59d4e0374172cbbe6ddd980188cc740 (diff)
downloadgnome-control-center-28114cb502b5fcdf58029ef3f96e24a7d2504d28.tar.gz
removed unused file.
2006-10-10 Rodrigo Moya <rodrigo@novell.com> * GNOME_Control_Center.server.in: removed unused file.
-rw-r--r--control-center/ChangeLog4
-rw-r--r--control-center/GNOME_ControlCenter.server.in48
2 files changed, 4 insertions, 48 deletions
diff --git a/control-center/ChangeLog b/control-center/ChangeLog
index 0596ec152..b7179fad5 100644
--- a/control-center/ChangeLog
+++ b/control-center/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-10 Rodrigo Moya <rodrigo@novell.com>
+
+ * GNOME_Control_Center.server.in: removed unused file.
+
2006-07-23 Sebastien Bacher <seb128@debian.org>
* gnomecc.desktop.in.in: don't list the Application category,
diff --git a/control-center/GNOME_ControlCenter.server.in b/control-center/GNOME_ControlCenter.server.in
deleted file mode 100644
index a2155ce97..000000000
--- a/control-center/GNOME_ControlCenter.server.in
+++ /dev/null
@@ -1,48 +0,0 @@
-<oaf_info>
-
-<oaf_server iid="OAFIID:GNOME_ControlCenter_Factory"
- type="exe"
- location="gnome-control-center">
- <oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:GNOME/ObjectFactory:1.0"/>
- </oaf_attribute>
- <oaf_attribute name="name"
- type="string"
- _value="Control Center view factory"/>
- <oaf_attribute name="description"
- type="string"
- _value="Control Center view component's factory"/>
-</oaf_server>
-
-<oaf_server iid="OAFIID:GNOME_ControlCenter_View"
- type="factory"
- location="OAFIID:GNOME_ControlCenter_Factory">
- <oaf_attribute name="test_only" type="boolean" value="false"/>
- <oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:Bonobo/Unknown:1.0"/>
- <item value="IDL:Bonobo/Control:1.0"/>
- <item value="IDL:Nautilus/View:1.0"/>
- </oaf_attribute>
- <oaf_attribute name="name" type="string" _value="Control Center view"/>
- <oaf_attribute name="description"
- type="string"
- _value="Control Center view component"/>
- <oaf_attribute name="bonobo:supported_uri_schemes" type="stringv">
- <item value="preferences"/>
- <item value="preferences-all-users"/>
- </oaf_attribute>
- <oaf_attribute name="bonobo:supported_mime_types" type="stringv">
- <item value="x-directory/*"/>
- </oaf_attribute>
- <oaf_attribute name="nautilus:view_as_name"
- type="string"
- _value="Control Center"/>
- <oaf_attribute name="nautilus:view_as_label"
- type="string"
- _value="View as Control Center"/>
- <oaf_attribute name="nautilus:viewer_label"
- type="string"
- _value="Control Center Viewer"/>
-</oaf_server>
-
-</oaf_info>