diff src/gtkplugin.c @ 11742:dfb66f3f9e87

[gaim-migrate @ 14033] Removes Tools > Plugin Actions and lets plugins add items directly to Tools:wq committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 23 Oct 2005 08:00:29 +0000
parents 8034f752feae
children 935278abb386
line wrap: on
line diff
--- a/src/gtkplugin.c	Sun Oct 23 07:31:20 2005 +0000
+++ b/src/gtkplugin.c	Sun Oct 23 08:00:29 2005 +0000
@@ -119,7 +119,7 @@
 	gchar *name = NULL, *description = NULL;
 
 	GdkCursor *wait = gdk_cursor_new (GDK_WATCH);
-	gdk_window_set_cursor(GTK_WINDOW(plugin_dialog), wait);
+	gdk_window_set_cursor(plugin_dialog->window, wait);
 	gdk_cursor_unref(wait);
 
 	gtk_tree_model_get_iter (model, &iter, path);
@@ -131,7 +131,7 @@
 		gaim_plugin_unload(plug);
 
 
-	gdk_window_set_cursor(GTK_WINDOW(plugin_dialog), NULL);
+	gdk_window_set_cursor(plugin_dialog->window, NULL);
 
 	name = g_markup_escape_text(_(plug->info->name), -1);
 	description = g_markup_escape_text(_(plug->info->description), -1);