changeset 8345:7787485141ca

[gaim-migrate @ 9069] i think this might crash less committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 26 Feb 2004 17:28:48 +0000
parents f41d71ac2c1a
children 0d980682678f
files src/gtknotify.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtknotify.c	Thu Feb 26 17:28:47 2004 +0000
+++ b/src/gtknotify.c	Thu Feb 26 17:28:48 2004 +0000
@@ -301,7 +301,7 @@
 	char *linked_text;
 
 	window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
-	gtk_window_set_title(GTK_WINDOW(title), title);
+	gtk_window_set_title(GTK_WINDOW(window), title);
 	gtk_window_set_type_hint(GTK_WINDOW(window), GDK_WINDOW_TYPE_HINT_DIALOG);
 	gtk_container_set_border_width(GTK_CONTAINER(window), 12);