pidgin/gtkdialogs.c

changeset 24569
5dbd0617a27d
parent 24541
5cee721d00c9
child 24976
029a4828431c
child 25261
ecbebbb1b439
child 26152
d4b5bdf689a0
equal deleted inserted replaced
24568:c90b00f17f7e 24569:5dbd0617a27d
21 * 21 *
22 * You should have received a copy of the GNU General Public License 22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software 23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 */ 25 */
26 #define _PIDGIN_GTKDIALOGS_C_
27
26 #include "internal.h" 28 #include "internal.h"
27 #include "pidgin.h" 29 #include "pidgin.h"
28 30
29 #include "debug.h" 31 #include "debug.h"
30 #include "notify.h" 32 #include "notify.h"
965 } 967 }
966 968
967 static void 969 static void
968 pidgin_dialogs_alias_contact_cb(PurpleContact *contact, const char *new_alias) 970 pidgin_dialogs_alias_contact_cb(PurpleContact *contact, const char *new_alias)
969 { 971 {
970 purple_contact_set_alias(contact, new_alias); 972 purple_blist_alias_contact(contact, new_alias);
971 } 973 }
972 974
973 void 975 void
974 pidgin_dialogs_alias_contact(PurpleContact *contact) 976 pidgin_dialogs_alias_contact(PurpleContact *contact)
975 { 977 {

mercurial