~ubuntu-branches/ubuntu/precise/gnome-control-center/precise-updates

« back to all changes in this revision

Viewing changes to capplets/appearance/appearance-desktop.c

Tags: upstream-2.27.5
ImportĀ upstreamĀ versionĀ 2.27.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
627
627
  GtkFileFilter *filter;
628
628
 
629
629
  data->wp_filesel = GTK_FILE_CHOOSER (
630
 
                     gtk_file_chooser_dialog_new_with_backend (_("Add Wallpaper"),
 
630
                     gtk_file_chooser_dialog_new (_("Add Wallpaper"),
631
631
                     GTK_WINDOW (appearance_capplet_get_widget (data, "appearance_window")),
632
632
                     GTK_FILE_CHOOSER_ACTION_OPEN,
633
 
                     "gtk+",
634
633
                     GTK_STOCK_CANCEL,
635
634
                     GTK_RESPONSE_CANCEL,
636
635
                     GTK_STOCK_OPEN,