Browse Source

Show something not nothing if the window is an unknown type (Window status plugin)

git-svn-id: http://svn.dmdirc.com/trunk@2863 00569f92-eb28-0410-84fd-f71c24880f
tags/0.5.5
Gregory Holmes 16 years ago
parent
commit
5a9a4b409a
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/com/dmdirc/addons/windowstatus/WindowStatusPlugin.java

+ 2
- 0
src/com/dmdirc/addons/windowstatus/WindowStatusPlugin.java View File

@@ -201,6 +201,8 @@ public final class WindowStatusPlugin extends Plugin implements ActionListener,
201 201
 					}
202 202
 				}
203 203
 			}
204
+		} else {
205
+			textString.append("???");
204 206
 		}
205 207
 		label.setText(textString.toString());
206 208
 	}

Loading…
Cancel
Save