diff src/gtkutils.h @ 10590:896efbdc74e2

[gaim-migrate @ 11995] s/gtk_toggle_sensitive_array/gaim_gtk_toggle_sensitive_array/ it's not really a gtk function (and it was annoying me). Does this need Changelog.API:ing? committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 11 Feb 2005 06:10:12 +0000
parents 748aa3c6de36
children 0e274aad49c8
line wrap: on
line diff
--- a/src/gtkutils.h	Fri Feb 11 05:10:40 2005 +0000
+++ b/src/gtkutils.h	Fri Feb 11 06:10:12 2005 +0000
@@ -108,7 +108,7 @@
  * @param w    @c NULL. Used for signal handlers.
  * @param data The array containing the widgets to toggle.
  */
-void gtk_toggle_sensitive_array(GtkWidget *w, GPtrArray *data);
+void gaim_gtk_toggle_sensitive_array(GtkWidget *w, GPtrArray *data);
 
 /**
  * Toggles the visibility of a widget.