diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-21 09:45:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-21 10:53:15 +0000 |
commit | aa0b9d13b5f8c150a3b3035aa7a1d54f70720cdd (patch) | |
tree | b298b1d9985423787cb87811bcd3f750a5bea4d8 /sfx2 | |
parent | e5cdfe589f8ce559a9e6d8fee3b1a6bd3c9ec233 (diff) |
change lib:widget delimiter from : to -
because glade catalogs don't allow : in widgetnames
which blocks making a catalog for our custom widgets
Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/custominfopage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/custominfopage.ui b/sfx2/uiconfig/ui/custominfopage.ui index 15a7c96f1141..d00ff1d29bdc 100644 --- a/sfx2/uiconfig/ui/custominfopage.ui +++ b/sfx2/uiconfig/ui/custominfopage.ui @@ -40,7 +40,7 @@ </packing> </child> <child> - <object class="sfxlo:CustomPropertiesControl" id="properties"> + <object class="sfxlo-CustomPropertiesControl" id="properties"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> |