dionnejkelly / parrot-im

Automatically exported from code.google.com/p/parrot-im
0 stars 0 forks source link

Adding a twitter account while logged in #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Log in with a googleTalk Account
2. Click on the options>ParrotPreferences button on the buddylist toolbar
3. Click the manage accounts tab of the Preferences window
4. Add a twitter account
5. Close the options window

What is the expected output? What do you see instead?
It should refresh the buddylist and add the twitter acounts
NOTE: The twitter account seems to be added because if you close the 
program after getting the exception and then log in with the account that 
you just added the twitter account to, all of the twitter friends will 
have been added properly.

Please use labels and text to provide additional information.
This is the exceptions that is produced:

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    at controller.MainController.setStatus(MainController.java:120)
    at view.styles.PmLabel.changePM(PmLabel.java:113)
    at view.buddylist.BuddyList$OptionsWindowListener.windowClosed
(BuddyList.java:345)
    at java.awt.AWTEventMulticaster.windowClosed(Unknown Source)
    at java.awt.Window.processWindowEvent(Unknown Source)
    at javax.swing.JFrame.processWindowEvent(Unknown Source)
    at java.awt.Window.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown 
Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown 
Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

Original issue reported on code.google.com by jrfo...@gmail.com on 15 Jul 2009 at 11:28

GoogleCodeExporter commented 8 years ago
fixed

Original comment by shichan....@gmail.com on 17 Jul 2009 at 7:30