GNOME Bugzilla – Bug 608244
Use GtkSpinner
Last modified: 2010-06-05 14:40:21 UTC
Instead of our own copy of gedit-spinner. This requires gtk+ 2.20, so, let's wait for vinagre 2.30 to be released.
Created attachment 156752 [details] [review] Replace custom VinagreSpinner by a GtkSpinner (Note : I'm still a very beginner at GNOME development, be indulgent :-)
Created attachment 156754 [details] [review] Replace custom VinagreSpinner by a GtkSpinner Previous patch was messy because I had edited some other files and edited the diff by hand. This one is clean.
Created attachment 158177 [details] [review] Replace custom VinagreSpinner by a GtkSpinner Bumps GTK required version to 2.20.
Comment on attachment 158177 [details] [review] Replace custom VinagreSpinner by a GtkSpinner I haven't tried this but is this really correct:?? + spinner = gtk_spinner_new(); spinner = g_object_get_data (G_OBJECT (nb->priv->active_tab), "spinner"); Looks like we're leaking...
Thanks, Stéphane. I just changed the issue pointed by Marcus and committed your patch. Thanks also Marcus.