]> git.pld-linux.org Git - packages/control-center.git/blame - control-center-fsbgpath.patch
- def-apps-capplet-browsers.patch
[packages/control-center.git] / control-center-fsbgpath.patch
CommitLineData
11e2caf6 1diff -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);
78871aae 8-
11e2caf6 9+ else if (g_file_exists(GNOME_ICONDIR"/backgrounds"))
10+ gtk_file_selection_set_filename (GTK_FILE_SELECTION (fileSel),
11+ GNOME_ICONDIR"/backgrounds");
78871aae 12+
11e2caf6 13 gtk_signal_connect (GTK_OBJECT (fileSel), "delete_event",
14 (GtkSignalFunc) delete_browse,
15 &fileSel);
This page took 0.025799 seconds and 4 git commands to generate.