diff options
author | Krisztian Pinter <pin.terminator@gmail.com> | 2013-08-13 17:56:46 +0200 |
---|---|---|
committer | Krisztian Pinter <pin.terminator@gmail.com> | 2013-08-16 18:07:07 +0200 |
commit | 454ff1a48ed21a8bff8373a1aa7707e286629e9a (patch) | |
tree | af92759d0016ceca1bf9bda23728d3c6c9d97301 /sfx2/uiconfig | |
parent | c09a301dbe80951ed94119f4cd14943e99df42eb (diff) |
startcenter: Disable tabs for modules not installed
Change-Id: I74dbd1dab44efa87a78ad3268658895f2d1542db
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/startcenter.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sfx2/uiconfig/ui/startcenter.ui b/sfx2/uiconfig/ui/startcenter.ui index 279377fd839b..05d4bdb7cef2 100644 --- a/sfx2/uiconfig/ui/startcenter.ui +++ b/sfx2/uiconfig/ui/startcenter.ui @@ -44,7 +44,7 @@ <property name="row_spacing">12</property> <property name="column_spacing">12</property> <child> - <object class="GtkNotebook" id="notebook1"> + <object class="GtkNotebook" id="modules_notebook"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> @@ -87,7 +87,7 @@ </object> </child> <child type="tab"> - <object class="GtkLabel" id="label1"> + <object class="GtkLabel" id="tab_all"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">All Recent</property> @@ -150,7 +150,7 @@ </packing> </child> <child type="tab"> - <object class="GtkLabel" id="label2"> + <object class="GtkLabel" id="tab_writer"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Documents</property> @@ -214,7 +214,7 @@ </packing> </child> <child type="tab"> - <object class="GtkLabel" id="label3"> + <object class="GtkLabel" id="tab_calc"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Spreadsheets</property> @@ -278,7 +278,7 @@ </packing> </child> <child type="tab"> - <object class="GtkLabel" id="label4"> + <object class="GtkLabel" id="tab_impress"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Presentations</property> @@ -342,7 +342,7 @@ </packing> </child> <child type="tab"> - <object class="GtkLabel" id="label5"> + <object class="GtkLabel" id="tab_draw"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Drawings</property> @@ -406,7 +406,7 @@ </packing> </child> <child type="tab"> - <object class="GtkLabel" id="label6"> + <object class="GtkLabel" id="tab_database"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Databases</property> @@ -470,7 +470,7 @@ </packing> </child> <child type="tab"> - <object class="GtkLabel" id="label7"> + <object class="GtkLabel" id="tab_math"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Formulas</property> |