]> git.pld-linux.org Git - packages/control-center.git/blob - control-center-fsbgpath.patch
- def-apps-capplet-browsers.patch
[packages/control-center.git] / control-center-fsbgpath.patch
1 diff -Nru control-center-1.2.1/capplets/background-properties/property-background.c control-center-1.2.1.new/capplets/background-properties/property-background.c
2 --- control-center-1.2.1/capplets/background-properties/property-background.c   Mon Aug  7 20:02:14 2000
3 +++ control-center-1.2.1.new/capplets/background-properties/property-background.c       Mon Aug  7 20:10:23 2000
4 @@ -590,7 +590,10 @@
5                 else if (origState.wpFileName)
6                         gtk_file_selection_set_filename (GTK_FILE_SELECTION (fileSel),
7                                                          origState.wpFileName);
8 -       
9 +               else if (g_file_exists(GNOME_ICONDIR"/backgrounds"))
10 +                       gtk_file_selection_set_filename (GTK_FILE_SELECTION (fileSel),
11 +                                                       GNOME_ICONDIR"/backgrounds");
12 +
13                 gtk_signal_connect (GTK_OBJECT (fileSel), "delete_event",
14                                     (GtkSignalFunc) delete_browse,
15                                     &fileSel);
This page took 0.026258 seconds and 3 git commands to generate.