[Libreoffice-commits] .: bug/bug

Rob Snelders rsnelders at kemper.freedesktop.org
Sun Feb 3 04:26:07 PST 2013


 bug/bug/bug.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2cd4a48ea76094e5867ca87fbd5b3c390ec8f49e
Author: Rob Snelders <programming at ertai.nl>
Date:   Sun Feb 3 13:25:19 2013 +0100

    fill in the subcomponent

diff --git a/bug/bug/bug.js b/bug/bug/bug.js
index 40a2bbe..d52d9da 100644
--- a/bug/bug/bug.js
+++ b/bug/bug/bug.js
@@ -274,7 +274,7 @@
                     }
 		    $.bug.error_clear();
                     var component = $('.state_component .chosen').attr('data').replace('_',' ');
-                    var short_desc = $.bug.subcomponent + ': ' + $('.state_description .short').val();
+                    var short_desc = $.bug.sub_component + ': ' + $('.state_description .short').val();
                     //Add Operating System
                     var op_sys = $('.state_op_sys .chosen').attr('data');
                     var comment = $('.state_description .long').val();


More information about the Libreoffice-commits mailing list