Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 18d8297c3255a5fdb81a6acd96c511ab > files > 2

ayttm-0.5.0.10-1mdv2008.1.src.rpm

--- ayttm-0.5.0-10/src/gtk/prefs_window.C	2007/08/03 20:38:42	1.49
+++ ayttm-0.5.0-10/src/gtk/prefs_window.C	2007/09/09 17:21:26	1.50
@@ -1134,7 +1134,7 @@
 	GtkWidget	*useless_event_box_because_of_stupid_gtk_colour_handling = gtk_event_box_new();
 	gtk_widget_show( useless_event_box_because_of_stupid_gtk_colour_handling );
 	gtk_widget_modify_style( useless_event_box_because_of_stupid_gtk_colour_handling, rc_style );
-	gtk_rc_style_unref( rc_style );
+	g_object_unref( rc_style );
 	gtk_container_add( GTK_CONTAINER(frame), useless_event_box_because_of_stupid_gtk_colour_handling );
 	
 	GtkWidget	*label = gtk_label_new( in_text );