diff options
author | Callum McKenzie <callum@spooky-possum.org> | 2009-10-08 07:38:05 +1300 |
---|---|---|
committer | Callum McKenzie <callum@spooky-possum.org> | 2009-10-08 07:38:05 +1300 |
commit | 51fd777236b9755bdeeef7e821db6e63653b8f28 (patch) | |
tree | e3834bd7921ff431f0cf15d080e8a18f7e47dd32 /stickynotes | |
parent | fe0f4cc3d4978d3f3336268451aa387a52495620 (diff) |
stickynotes: More fixes for duplicate labels in the .ui file.
Patch from Michael Pryc in bug 594797.
Diffstat (limited to 'stickynotes')
-rw-r--r-- | stickynotes/stickynotes.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stickynotes/stickynotes.ui b/stickynotes/stickynotes.ui index 7035355db..16c3a2954 100644 --- a/stickynotes/stickynotes.ui +++ b/stickynotes/stickynotes.ui @@ -474,7 +474,7 @@ </packing> </child> <child> - <object class="GtkVBox" id="vbox1"> + <object class="GtkVBox" id="vbox3"> <property name="visible">True</property> <property name="orientation">vertical</property> <child> @@ -494,7 +494,7 @@ </packing> </child> <child> - <object class="GtkLabel" id="label1"> + <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">This cannot be undone.</property> |