Author: megabajt Date: Sun Mar 14 17:51:56 2010 GMT Module: packages Tag: HEAD ---- Log message: - fixes crash in stickynotes applet (bg#594797 lp#532911)
---- Files affected: packages/gnome-applets: gnome-applets-crash.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/gnome-applets/gnome-applets-crash.patch diff -u /dev/null packages/gnome-applets/gnome-applets-crash.patch:1.1 --- /dev/null Sun Mar 14 18:51:56 2010 +++ packages/gnome-applets/gnome-applets-crash.patch Sun Mar 14 18:51:51 2010 @@ -0,0 +1,20 @@ +--- a/stickynotes/stickynotes.ui 2009-12-16 20:33:51.000000000 +0100 ++++ b/stickynotes/stickynotes.ui 2010-03-05 21:41:22.000000000 +0100 +@@ -593,7 +593,7 @@ + </packing> + </child> + <child> +- <object class="GtkVBox" id="vbox1"> ++ <object class="GtkVBox" id="vbox99"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <child> +@@ -613,7 +613,7 @@ + </packing> + </child> + <child> +- <object class="GtkLabel" id="label1"> ++ <object class="GtkLabel" id="label99"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">This cannot be undone.</property> ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
