summaryrefslogtreecommitdiff
path: root/net-im/licq/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/licq/files/patch-ad')
-rw-r--r--net-im/licq/files/patch-ad22
1 files changed, 10 insertions, 12 deletions
diff --git a/net-im/licq/files/patch-ad b/net-im/licq/files/patch-ad
index 57d036b7e38e..14bc458a7612 100644
--- a/net-im/licq/files/patch-ad
+++ b/net-im/licq/files/patch-ad
@@ -1,13 +1,11 @@
---- src/socket.cpp Mon Jul 13 20:53:45 1998
-+++ src/socket.cpp Wed Aug 5 18:02:18 1998
-@@ -69,8 +69,8 @@
- // find local connection
- hostent *localHost;
- char hn[128];
-- gethostname(hn, 128);
-- localHost = gethostbyname(hn);
-+ //gethostname(hn, 128);
-+ localHost = gethostbyname("127.0.0.1");
- localIPVal = *((unsigned long *)localHost->h_addr);
+--- src/messagebox.cpp Fri Oct 30 14:29:24 1998
++++ src/messagebox.cpp Fri Oct 30 19:23:42 1998
+@@ -56,7 +56,7 @@
+ QColorGroup newNormal(normal.foreground(), normal.background(), normal.light(), normal.dark(),
+ normal.mid(), normal.text(), QColor(192, 192, 192));
+ setPalette(QPalette(newNormal, pal.disabled(), newNormal));
+- setStyle(WindowsStyle);
++ setStyle(MotifStyle);
+ setFrameStyle(QFrame::Panel | QFrame::Sunken);
- // set up remote connection
+ }