diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/eom-window.c | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/src/eom-window.c b/src/eom-window.c index dc8b638..4b934c1 100644 --- a/src/eom-window.c +++ b/src/eom-window.c @@ -2853,14 +2853,10 @@ wallpaper_info_bar_response (GtkInfoBar *bar, gint response, EomWindow *window)  		screen = gtk_widget_get_screen (GTK_WIDGET (window));  		#if GTK_CHECK_VERSION(3, 0, 0) -		/* -		 -		commented out, since my setup does not have the latest libmate-desktop with this function to call -  		mate_gdk_spawn_command_line_on_screen (screen,  						  "mate-appearance-properties"  						  " --show-page=background", -						  NULL);*/ +						  NULL);  		#else  		gdk_spawn_command_line_on_screen (screen,  						  "mate-appearance-properties" | 
