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 678307 - irc connection parameters dialog: "apply" button stays unsensitive
irc connection parameters dialog: "apply" button stays unsensitive
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: Accounts
3.5.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2012-06-18 10:58 UTC by Frederic Peters
Modified: 2012-06-19 14:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
widget-irc: don't check 'username' using a regexp (2.10 KB, patch)
2012-06-19 14:05 UTC, Guillaume Desmottes
committed Details | Review

Description Frederic Peters 2012-06-18 10:58:31 UTC
I wanted to change my IRC nickname (as connecting failed because it was already in use) but the "apply" button kept on being unsensitive. For the sake of it I also tried changing the irc network field but that didn't turn it sensitive either.
Comment 1 Guillaume Desmottes 2012-06-19 14:05:32 UTC
Created attachment 216751 [details] [review]
widget-irc: don't check 'username' using a regexp

It's an optional parameter so can be not set.
Comment 2 Xavier Claessens 2012-06-19 14:11:05 UTC
Ideally it should check empty or respect that regex... but life is too short :)

+1
Comment 3 Guillaume Desmottes 2012-06-19 14:11:18 UTC
Attachment 216751 [details] pushed as 1deafc0 - widget-irc: don't check 'username' using a regexp