pidgin/plugins/perl/common/GtkSession.xs

Sun, 25 Jan 2009 23:14:52 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Sun, 25 Jan 2009 23:14:52 +0000
branch
next.minor
changeset 25877
b517280d5c11
parent 16529
1d0da9270ff9
child 18068
b6554e3c8224
permissions
-rw-r--r--

Use PIDGIN_STOCK_ADD instead of GTK_STOCK_ADD so that the add button
has ellipsis. This is what we do in gtkaccount.c

#include "gtkmodule.h"

MODULE = Pidgin::Session  PACKAGE = Pidgin::Session  PREFIX = pidgin_session_
PROTOTYPES: ENABLE

void
pidgin_session_init(argv0, previous_id, config_dir)
	gchar * argv0
	gchar * previous_id
	gchar * config_dir

void
pidgin_session_end()

mercurial