]> git.0d.be Git - empathy.git/blob - help/C/prob-conn-name.page
Use gtk_list_store_insert_with_values ()
[empathy.git] / help / C / prob-conn-name.page
1 <page xmlns="http://projectmallard.org/1.0/"
2   type="topic"
3   id="prob-conn-name">
4
5   <info>
6     <link type="guide" xref="prob-conn"/>
7     <link type="guide" xref="irc-manage#problems"/>
8     <link type="seealso" xref="account-irc"/>
9     <title type="link" role="error-msg">“Name in use”</title>
10     <desc>
11       An error message which says “<gui>Name in use</gui>” appears in the main window.
12     </desc>
13     <revision pkgversion="2.28" version="0.1" date="2009-07-26" status="draft"/>
14     <revision pkgversion="2.28" version="0.2" date="2009-08-14" status="review"/>
15     <revision pkgversion="2.30" version="0.3" date="2010-02-16" status="review"/>    
16     <credit type="author">
17       <name>Milo Casagrande</name>
18       <email>milo@ubuntu.com</email>
19     </credit>
20     <license>
21       <p>Creative Commons Share Alike 3.0</p>
22     </license>    
23 <!--
24     <copyright>
25       <year>2009</year>
26       <name>GNOME Documentation Project</name>
27     </copyright>
28     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
29 -->
30   </info>
31
32   <title>I get a message that says “Name in use”</title>
33
34   <p>
35     This kind of error happens when you try to connect to your IRC account and
36     you are using a nickname that is already being used by someone else on that particular
37     network.
38   </p>
39
40   <steps>
41     <item>
42       <p>
43         Click the <media type="image" mime="image/png" src="figures/gtk-edit.png">edit</media> 
44         icon in the error message.
45       </p>
46     </item>
47     <item>
48       <list>
49         <item>
50           <p>
51             In the <gui>Nickname</gui> text box, type a new nickname.
52           </p>
53         </item>
54         <item>
55           <p>
56             If you have registered that nickname within the network you are using,
57             set the password for that nickname. For more information,
58             see <link xref="irc-nick-password"/>.            
59           </p>
60         </item>
61       </list>
62     </item>
63     <item>
64       <p>
65         Deselect the <gui>Enabled</gui> check-box next to the name of your account, 
66         and then select it again to try to reconnect to the service.
67       </p>
68     </item>
69   </steps>
70
71 </page>