After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 529964 - "Configure IM Accounts" when Pidgin is already running
"Configure IM Accounts" when Pidgin is already running
Status: RESOLVED FIXED
Product: bigboard
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Marco Pesenti Gritti
bigboard-maint
Depends on:
Blocks:
 
 
Reported: 2008-04-25 20:24 UTC by Owen Taylor
Modified: 2008-05-05 15:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add an IMClient interface to the plugin, with a Configure method (2.34 KB, patch)
2008-05-01 14:40 UTC, Marco Pesenti Gritti
none Details | Review
Call Configure() on IMClient, if it fails launch pidgin (963 bytes, patch)
2008-05-01 14:42 UTC, Marco Pesenti Gritti
none Details | Review

Description Owen Taylor 2008-04-25 20:24:19 UTC
- I clicked "Configure IM Accounts"
- I closed the dialog (decided to do something else first)

Pidgin was then running

- I clicked "Configure IM Accounts" gain
- Nothing happened
Comment 1 Marco Pesenti Gritti 2008-05-01 14:40:45 UTC
Created attachment 110222 [details] [review]
Add an IMClient interface to the plugin, with a Configure method
Comment 2 Marco Pesenti Gritti 2008-05-01 14:42:43 UTC
Created attachment 110223 [details] [review]
Call Configure() on IMClient, if it fails launch pidgin