Mercurial > pidgin.yaz
comparison src/protocols/irc/irc.c @ 7156:bb484e976aa8
[gaim-migrate @ 7723]
warnings are bad. plugins that don't load are even worse.
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Sun, 05 Oct 2003 05:04:55 +0000 |
| parents | 5c03e3e0d451 |
| children | 443fc7d6fbff |
comparison
equal
deleted
inserted
replaced
| 7155:6448e0163d7b | 7156:bb484e976aa8 |
|---|---|
| 128 return g_list_append(NULL, (gpointer)GAIM_AWAY_CUSTOM); | 128 return g_list_append(NULL, (gpointer)GAIM_AWAY_CUSTOM); |
| 129 } | 129 } |
| 130 | 130 |
| 131 static GList *irc_actions(GaimConnection *gc) | 131 static GList *irc_actions(GaimConnection *gc) |
| 132 { | 132 { |
| 133 struct irc_conn *irc = gc->proto_data; | |
| 134 struct proto_actions_menu *pam; | 133 struct proto_actions_menu *pam; |
| 135 GList *list = NULL; | 134 GList *list = NULL; |
| 136 | 135 |
| 137 pam = g_new0(struct proto_actions_menu, 1); | 136 pam = g_new0(struct proto_actions_menu, 1); |
| 138 pam->label = _("View MOTD"); | 137 pam->label = _("View MOTD"); |
