summaryrefslogtreecommitdiffstats
path: root/x11/gdm2/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gdm2/files/patch-ad')
-rw-r--r--x11/gdm2/files/patch-ad22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/gdm2/files/patch-ad b/x11/gdm2/files/patch-ad
new file mode 100644
index 0000000..03274f6
--- /dev/null
+++ b/x11/gdm2/files/patch-ad
@@ -0,0 +1,22 @@
+$NetBSD: patch-ad,v 1.1.1.1 1999/11/10 23:15:28 tron Exp $
+
+--- gui/gdmlogin.c.orig Thu Sep 30 00:56:35 1999
++++ gui/gdmlogin.c Wed Nov 10 01:30:54 1999
+@@ -1007,7 +1007,7 @@
+ gint cols, rows;
+ struct stat statbuf;
+
+- if(GdmGtkRC)
++ if(*GdmGtkRC)
+ gtk_rc_parse (GdmGtkRC);
+
+ rootwin = gdk_window_foreign_new (GDK_ROOT_WINDOW ());
+@@ -1083,7 +1083,7 @@
+ gtk_widget_show (GTK_WIDGET (item));
+ }
+
+- if (GdmIcon) {
++ if (*GdmIcon) {
+ if (access (GdmIcon, R_OK)) {
+ syslog (LOG_WARNING, _("Can't open icon file: %s. Suspending iconify feature!"), GdmIcon);
+ }
OpenPOWER on IntegriCloud