diff pidgin/gtkplugin.h @ 19814:9d198ce0ab65

Making plugins dialog work
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 08 Aug 2007 19:47:05 +0000
parents 3d41d0d7fb9b
children 6a0d9fa477d4
line wrap: on
line diff
--- a/pidgin/gtkplugin.h	Wed Aug 08 19:19:48 2007 +0000
+++ b/pidgin/gtkplugin.h	Wed Aug 08 19:47:05 2007 +0000
@@ -74,6 +74,6 @@
 /**
  * Shows the Plugins dialog
  */
-void pidgin_plugin_dialog_show(void);
+void pidgin_plugin_dialog_show(GtkWindow *parent);
 
 #endif /* _PIDGINPLUGIN_H_ */