Mercurial > pidgin.yaz
view pidgin/pixmaps/Makefile.am @ 21383:f02eaf4cc032
Improve the documentation of pidgin_make_mini_dialog().
Is it okay to change its return type from void * to GtkWidget * in 2.3, since
that's what it returns, and you have to pass it to pidgin_blist_add_alert()
anyway which expects a GtkWidget *?
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Wed, 31 Oct 2007 00:32:11 +0000 |
parents | 2f0960548c1d |
children | 9347a942b7cd |
line wrap: on
line source
SUBDIRS = animations buddy_icons dialogs emblems emotes icons protocols status toolbar tray EXTRA_DIST = \ edit.png \ info.png \ logo.png \ pause.png \ arrow-down.xpm \ arrow-up.xpm \ arrow-right.xpm \ arrow-left.xpm \ Makefile.mingw \ pidgin.ico pidginbuttonpixdir = $(datadir)/pixmaps/pidgin/buttons pidginbuttonpix_DATA = edit.png pause.png info.png pidgindistpixdir = $(datadir)/pixmaps/pidgin pidgindistpix_DATA = logo.png arrow-down.xpm arrow-left.xpm arrow-right.xpm arrow-up.xpm