aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-irc.c
diff options
context:
space:
mode:
authorRob Sharp <robrobrobsharp@gmail.com>2011-07-19 16:03:42 +0800
committerWill Thompson <will.thompson@collabora.co.uk>2011-07-19 18:57:57 +0800
commit6ad8cdf6622aa204b4f7cef2f44433637099f175 (patch)
treeaae35244225dddcaf0021682042659e39c79d529 /libempathy-gtk/empathy-account-widget-irc.c
parenta32ce8185b6600c7c26111ee3b64e6fd8912c567 (diff)
downloadgsoc2013-empathy-6ad8cdf6622aa204b4f7cef2f44433637099f175.tar
gsoc2013-empathy-6ad8cdf6622aa204b4f7cef2f44433637099f175.tar.gz
gsoc2013-empathy-6ad8cdf6622aa204b4f7cef2f44433637099f175.tar.bz2
gsoc2013-empathy-6ad8cdf6622aa204b4f7cef2f44433637099f175.tar.lz
gsoc2013-empathy-6ad8cdf6622aa204b4f7cef2f44433637099f175.tar.xz
gsoc2013-empathy-6ad8cdf6622aa204b4f7cef2f44433637099f175.tar.zst
gsoc2013-empathy-6ad8cdf6622aa204b4f7cef2f44433637099f175.zip
Add an advanced section to the IRC configuration page
-Move the Real Name and Quit Message to the advanced section -Add a new Username field to the advanced section https://bugzilla.gnome.org/show_bug.cgi?id=654552
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-irc.c')
-rw-r--r--libempathy-gtk/empathy-account-widget-irc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget-irc.c b/libempathy-gtk/empathy-account-widget-irc.c
index c8a401f17..8c47d661c 100644
--- a/libempathy-gtk/empathy-account-widget-irc.c
+++ b/libempathy-gtk/empathy-account-widget-irc.c
@@ -176,6 +176,7 @@ empathy_account_widget_irc_build (EmpathyAccountWidget *self,
"entry_fullname", "fullname",
"entry_password", "password",
"entry_quit_message", "quit-message",
+ "entry_username", "username",
NULL);
empathy_builder_connect (self->ui_details->gui, settings,