diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-07-17 13:06:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-07-17 13:06:15 +0800 |
commit | ffe5242b0b9a96b682b1c4a519a8434f7711232d (patch) | |
tree | 74740e3bd06773fd5810f958038d9c746012577e /x11/gdm2/files | |
parent | 6786384800bf856a544350d92606abd85da7c35e (diff) | |
download | marcuscom-ports-ffe5242b0b9a96b682b1c4a519a8434f7711232d.tar marcuscom-ports-ffe5242b0b9a96b682b1c4a519a8434f7711232d.tar.gz marcuscom-ports-ffe5242b0b9a96b682b1c4a519a8434f7711232d.tar.bz2 marcuscom-ports-ffe5242b0b9a96b682b1c4a519a8434f7711232d.tar.lz marcuscom-ports-ffe5242b0b9a96b682b1c4a519a8434f7711232d.tar.xz marcuscom-ports-ffe5242b0b9a96b682b1c4a519a8434f7711232d.tar.zst marcuscom-ports-ffe5242b0b9a96b682b1c4a519a8434f7711232d.zip |
Update to 2.4.2.97.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@992 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm2/files')
-rw-r--r-- | x11/gdm2/files/patch-daemon_misc.c | 11 | ||||
-rw-r--r-- | x11/gdm2/files/patch-gui::gdmsetup.c | 22 |
2 files changed, 30 insertions, 3 deletions
diff --git a/x11/gdm2/files/patch-daemon_misc.c b/x11/gdm2/files/patch-daemon_misc.c new file mode 100644 index 000000000..e8be3c006 --- /dev/null +++ b/x11/gdm2/files/patch-daemon_misc.c @@ -0,0 +1,11 @@ +--- daemon/misc.c.orig Thu Jul 17 00:50:07 2003 ++++ daemon/misc.c Thu Jul 17 00:51:57 2003 +@@ -23,6 +23,8 @@ + #include <signal.h> + #include <sys/types.h> + #include <sys/stat.h> ++#include <sys/time.h> ++#include <sys/resource.h> + #include <sys/wait.h> + #include <sys/socket.h> + #include <sys/ioctl.h> diff --git a/x11/gdm2/files/patch-gui::gdmsetup.c b/x11/gdm2/files/patch-gui::gdmsetup.c index 78fcf4dcb..7167e6fae 100644 --- a/x11/gdm2/files/patch-gui::gdmsetup.c +++ b/x11/gdm2/files/patch-gui::gdmsetup.c @@ -1,6 +1,22 @@ ---- gui/gdmsetup.c.orig Fri Jun 6 19:34:07 2003 -+++ gui/gdmsetup.c Mon Jun 16 16:45:20 2003 -@@ -1587,7 +1587,7 @@ +--- gui/gdmsetup.c.orig Tue Jul 15 13:23:37 2003 ++++ gui/gdmsetup.c Thu Jul 17 00:57:18 2003 +@@ -1550,13 +1550,14 @@ + if (dir_exists (theme_dir, dir)) { + char *fname = g_filename_to_utf8 (dir, -1, NULL, NULL, NULL); + char *s; ++ GtkWidget *dlg; + GtkWidget *button; + /* FIXME: if exists already perhaps we could also have an + * option to change the dir name */ + s = g_strdup_printf (_("Theme directory '%s' seems to be already " + "installed, install again anyway?"), + fname); +- GtkWidget *dlg = ++ dlg = + ve_hig_dialog_new + (GTK_WINDOW (fs), + GTK_DIALOG_MODAL | +@@ -1602,7 +1603,7 @@ success = TRUE; /* HACK! */ |