diff -r 10f3d35dcbad -r 855c486b9360 mapeditor.cpp --- a/mapeditor.cpp Sat Feb 19 17:14:33 2005 +0000 +++ b/mapeditor.cpp Mon Feb 28 16:22:29 2005 +0000 @@ -307,6 +307,7 @@ #endif pickingColor=false; + drawingLink=false; editingBO=NULL; selection=NULL; @@ -2099,6 +2100,7 @@ { BranchObj *b=(BranchObj*)(selection); b->setURL ("http://bugzilla.suse.de/show_bug.cgi?id="+b->getHeading()); + b->setURL ("https://bugzilla.innerweb.novell.com/show_bug.cgi?id="+b->getHeading()); updateActions(); setChanged(); }