[rygel] data,ui: Remove 'URIs' label
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] data,ui: Remove 'URIs' label
- Date: Thu, 17 Feb 2011 23:48:37 +0000 (UTC)
commit e169834a0941dedd4936590a805c0c01de5bccf7
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Wed Feb 16 03:00:30 2011 +0200
data,ui: Remove 'URIs' label
data/rygel-preferences.ui | 17 -----------------
src/ui/rygel-media-export-pref-section.vala | 1 -
2 files changed, 0 insertions(+), 18 deletions(-)
---
diff --git a/data/rygel-preferences.ui b/data/rygel-preferences.ui
index e350b0e..4805d3a 100644
--- a/data/rygel-preferences.ui
+++ b/data/rygel-preferences.ui
@@ -88,23 +88,6 @@
<property name="column_spacing">6</property>
<property name="row_spacing">6</property>
<child>
- <object class="GtkLabel" id="uris-label">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="xalign">0</property>
- <property name="yalign">0</property>
- <property name="xpad">12</property>
- <property name="label" translatable="yes">_URIs</property>
- <property name="use_underline">True</property>
- </object>
- <packing>
- <property name="top_attach">2</property>
- <property name="bottom_attach">3</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options">GTK_FILL</property>
- </packing>
- </child>
- <child>
<object class="GtkHBox" id="hbox2">
<property name="visible">True</property>
<property name="can_focus">False</property>
diff --git a/src/ui/rygel-media-export-pref-section.vala b/src/ui/rygel-media-export-pref-section.vala
index 95d4d18..0df55a4 100644
--- a/src/ui/rygel-media-export-pref-section.vala
+++ b/src/ui/rygel-media-export-pref-section.vala
@@ -26,7 +26,6 @@ using Gee;
public class Rygel.MediaExportPrefSection : PreferencesSection {
const string NAME = "MediaExport";
const string URIS_KEY = "uris";
- const string URIS_LABEL = URIS_KEY + "-label";
const string URIS_TEXTVIEW = URIS_KEY + "-treeview";
const string URIS_LISTSTORE = URIS_KEY + "-liststore";
const string URIS_DIALOG = URIS_KEY + "-dialog";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]