| 8069 /* There's already an entry for alias. Let's not create another one. */ |
8069 /* There's already an entry for alias. Let's not create another one. */ |
| 8070 return FALSE; |
8070 return FALSE; |
| 8071 } |
8071 } |
| 8072 |
8072 |
| 8073 if (!purple_account_is_connected(gtkconv->active_conv->account)) { |
8073 if (!purple_account_is_connected(gtkconv->active_conv->account)) { |
| 8074 /* Do not allowing aliasing someone in a disconnected account. */ |
8074 /* Do not allow aliasing someone on a disconnected account. */ |
| 8075 return FALSE; |
8075 return FALSE; |
| 8076 } |
8076 } |
| 8077 |
8077 |
| 8078 /* alias label */ |
8078 /* alias label */ |
| 8079 entry = gtk_entry_new(); |
8079 entry = gtk_entry_new(); |