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

New commits:
commit 0e672d57daf34c5555e519abba13cac6f35d0124
Author: Rob Snelders <programm...@ertai.nl>
Date:   Sun Feb 3 10:39:00 2013 +0100

    setting the correct variable

diff --git a/bug/bug/bug.js b/bug/bug/bug.js
index 0c96417..40a2bbe 100644
--- a/bug/bug/bug.js
+++ b/bug/bug/bug.js
@@ -170,7 +170,7 @@
             $('.active_subcomponent .select', element).select();
             $('.active_subcomponent .select .choice', 
element).click(function() {
                 $.bug.refresh_related_bugs();
-                $.bug.subcomponent = $('.state_details .active_subcomponent 
.chosen').attr('data');
+                $.bug.sub_component = $('.state_details .active_subcomponent 
.chosen').attr('data');
                 if ($.bug.lo_version != '' && $.bug.op_sys != '' && 
$.bug.regression != '') {
                     $.bug.state_description();
                 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to