Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-12-01 19:22:28 +0000
committermkersten2005-12-01 19:22:28 +0000
commit996830ef082d81b62c815a93468fd4dba30323f8 (patch)
tree1bc7d98cc674231c486683ae188fe5247cbccf88 /org.eclipse.mylyn.bugzilla.ui/src
parent2664feafa0be887c250ae3630d96fa36c7d2f936 (diff)
downloadorg.eclipse.mylyn.tasks-996830ef082d81b62c815a93468fd4dba30323f8.tar.gz
org.eclipse.mylyn.tasks-996830ef082d81b62c815a93468fd4dba30323f8.tar.xz
org.eclipse.mylyn.tasks-996830ef082d81b62c815a93468fd4dba30323f8.zip
Progress on: Bug 115394: improve the Task Planner reporting on activity
https://bugs.eclipse.org/bugs/show_bug.cgi?id=115394
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/src')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/bugzilla/ui/tasklist/BugzillaQueryCategory.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/bugzilla/ui/tasklist/BugzillaQueryCategory.java b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/bugzilla/ui/tasklist/BugzillaQueryCategory.java
index 0779004f8..1160bb320 100644
--- a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/bugzilla/ui/tasklist/BugzillaQueryCategory.java
+++ b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/bugzilla/ui/tasklist/BugzillaQueryCategory.java
@@ -176,8 +176,7 @@ public class BugzillaQueryCategory implements IQuery {
// problem
// thrown in BugzillaSearchOperation
MessageDialog
- .openError(
- null,
+ .openError(Display.getDefault().getActiveShell(),
"Login Error",
"Bugzilla could not log you in to get the information you requested since login name or password is incorrect.\nPlease check your settings in the bugzilla preferences. ");
BugzillaPlugin.log(new Status(IStatus.ERROR, IBugzillaConstants.PLUGIN_ID, IStatus.OK, "", e));

Back to the top