GNOME Bugzilla – Bug 674489
Fix compilation warnings
Last modified: 2012-04-27 12:25:45 UTC
Compiling sound-juicer on f17 gives some warnings from the compiler (mainly deprecation warnings). These patches fixes this.
Created attachment 212449 [details] [review] Replace GtkHBox/GtkVBox with GtkBox This fixes deprecation warnings.
Created attachment 212450 [details] [review] Remove deprecated call to gtk_hscale_new_with_range It's replaced by gtk_scale_new_with_range
Created attachment 212451 [details] [review] Use g_format_size instead of g_format_size_for_display This fixes deprecation warnings.
Created attachment 212452 [details] [review] Remove deprecated call to gdk_cursor_unref
Created attachment 212453 [details] [review] Don't mark file_pattern and path_pattern as const They are dynamically allocated, and can be changed during sound-juicer lifetime, so they are not const strings
Review of attachment 212449 [details] [review]: Good.
Review of attachment 212450 [details] [review]: Good.
Review of attachment 212453 [details] [review]: Good.
Review of attachment 212451 [details] [review]: Good.
Review of attachment 212452 [details] [review]: Good.
Thanks teuf!
All pushed, thanks