142e9de3db
Copy from home:MBoman:branches:GNOME:Factory/gnome-settings-daemon via accept of submit request 29501 revision 5. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/29501 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=47
13 lines
514 B
Diff
13 lines
514 B
Diff
Index: plugins/xsettings/gsd-xsettings-manager.c
|
|
===================================================================
|
|
--- plugins/xsettings/gsd-xsettings-manager.c.orig 2009-09-21 20:24:02.000000000 +1000
|
|
+++ plugins/xsettings/gsd-xsettings-manager.c 2010-01-13 16:44:52.000000000 +1100
|
|
@@ -281,6 +281,7 @@ get_dpi_from_gconf_or_x_server (GConfCli
|
|
gconf_value_free (value);
|
|
} else {
|
|
dpi = get_dpi_from_x_server ();
|
|
+ dpi = DPI_FALLBACK;
|
|
}
|
|
|
|
return dpi;
|