mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
topic moved
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2000-2009 JetBrains s.r.o.
|
||||
* Copyright 2000-2011 JetBrains s.r.o.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
*/
|
||||
package com.intellij.ui;
|
||||
|
||||
import com.intellij.ProjectTopics;
|
||||
import com.intellij.openapi.application.ApplicationManager;
|
||||
import com.intellij.openapi.project.DumbService;
|
||||
import com.intellij.psi.util.PsiModificationTracker;
|
||||
@@ -37,7 +36,7 @@ public class IconDeferrerImpl extends IconDeferrer {
|
||||
|
||||
public IconDeferrerImpl(MessageBus bus) {
|
||||
final MessageBusConnection connection = bus.connect();
|
||||
connection.subscribe(ProjectTopics.MODIFICATION_TRACKER, new PsiModificationTracker.Listener() {
|
||||
connection.subscribe(PsiModificationTracker.TOPIC, new PsiModificationTracker.Listener() {
|
||||
@Override
|
||||
public void modificationCountChanged() {
|
||||
clear();
|
||||
|
||||
Reference in New Issue
Block a user