Remove an unnecessary cast. Get's rid of this compile warning:
commitad52ff63a5922a2135a81e6d0e3eab18ce6cbe94
authorMark Doliner <markdoliner@pidgin.im>
Mon, 13 Sep 2010 09:22:59 +0000 (13 09:22 +0000)
committerMark Doliner <markdoliner@pidgin.im>
Mon, 13 Sep 2010 09:22:59 +0000 (13 09:22 +0000)
treebbf73d2c984b06cae969f1f94419fa09e6030614
parent7f981f89105e25e595d66f1d00cb01897b6780f7
Remove an unnecessary cast.  Get's rid of this compile warning:
gtkplugin.c: In function ‘pidgin_plugin_dialog_show’:
gtkplugin.c:804: warning: passing argument 1 of ‘pidgin_auto_parent_window’ from incompatible pointer type
gtkutils.h:819: note: expected ‘struct GtkWidget *’ but argument is of type ‘struct GtkWindow *’

--HG--
extra : convert_revision : 38eaad68c9e65295acb7aa04cd59bb448f058b47
pidgin/gtkplugin.c