[Libreoffice-commits] core.git: extras/source

Olivier Hallot olivier.hallot at edx.srv.br
Tue Jan 14 17:29:02 PST 2014


 extras/source/glade/libreoffice-catalog.xml.in |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 17a8b2ed7cff9dd11911cd3176679bf809a174d7
Author: Olivier Hallot <olivier.hallot at edx.srv.br>
Date:   Mon Jan 13 19:09:52 2014 -0200

    Give distinct names to ValueSets widgets in Glade
    
    At least 3 ValueSet widgets in Glade have the same name (ValueSet). This patch just give distinct names for better identification of their use and purpose.
    
    Change-Id: I3737ffe8c9c51fb6511861fbcf312cfc308a35a1
    Reviewed-on: https://gerrit.libreoffice.org/7415
    Reviewed-by: Marcos Souza <marcos.souza.org at gmail.com>
    Tested-by: Marcos Souza <marcos.souza.org at gmail.com>

diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in
index 5163683..b43be2f 100644
--- a/extras/source/glade/libreoffice-catalog.xml.in
+++ b/extras/source/glade/libreoffice-catalog.xml.in
@@ -280,13 +280,13 @@
     <glade-widget-class title="LicenseView" name="deploymentgui-LicenseView"
                         generic-name="LicenseView" parent="GtkTextView"
                         icon-name="widget-gtk-textview"/>
-    <glade-widget-class title="ValueSet" name="svtlo-ValueSet"
+    <glade-widget-class title="SvtValueSet" name="svtlo-ValueSet"
                         generic-name="Set of Value Options" parent="GtkDrawingArea"
                         icon-name="widget-gtk-drawingarea"/>
-    <glade-widget-class title="ValueSet" name="svxcorelo-SvxColorValueSet"
+    <glade-widget-class title="SvxColorValueSet" name="svxcorelo-SvxColorValueSet"
                         generic-name="Set of Value Options" parent="GtkDrawingArea"
                         icon-name="widget-gtk-drawingarea"/>
-    <glade-widget-class title="ValueSet" name="swuilo-ColumnValueSet"
+    <glade-widget-class title="SwColumnValueSet" name="swuilo-ColumnValueSet"
                         generic-name="Set of Value Options" parent="GtkDrawingArea"
                         icon-name="widget-gtk-drawingarea"/>
     <glade-widget-class title="TableValueSet" name="sdlo-TableValueSet"


More information about the Libreoffice-commits mailing list