stories order by name
[fanfix.git] / src / be / nikiroo / fanfix_swing / gui / book / BookPopup.java
index eccdde59e1960b238bee2be565439ee9da727238..80827c07467b51cbc87453d65db8437c8f591546 100644 (file)
@@ -473,6 +473,12 @@ public class BookPopup extends JPopupMenu {
                                                                // enough, we need to clear the whole cache (for
                                                                // BrowserPanel for instance)
                                                                informer.invalidateCache();
+                                                               
+                                                               // But we ALSO fire those, because they appear
+                                                               // before the whole refresh...
+                                                               for (BookInfo book : selected) {
+                                                                       informer.fireElementChanged(book);
+                                                               }
 
                                                                // TODO: also refresh the
                                                                // Sources/Authors(/Tags?) list