summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-13 07:22:44 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-13 07:22:44 +0000
commit591105a616e43164e38d578eb5376947a0aad3b8 (patch)
tree2c45c8d694b89ceca246fbf618903a77fb9c7511
parent2a83a395b9eb365a0c57c9ee2e25f40486776639 (diff)
downloadpcsxr-591105a616e43164e38d578eb5376947a0aad3b8.tar.gz
max length of ip address entry is too short
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47954 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--ChangeLog1
-rw-r--r--plugins/dfnet/dfnet.glade23
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ac28ab17..d3db91b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@ May 13, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* plugins/dfnet/gui.c: Get the correct address under GNU/Linux.
* plugins/dfnet/dfnet.c: Removed sockGetIP(), which is unused in plugin.
* plugins/dfnet/dfnet.h: Likewise.
+ * plugins/dfnet/dfnet.glade2: Fixed max length of IP address entry.
May 13, 2010 edgbla <edgbla@yandex.ru>
diff --git a/plugins/dfnet/dfnet.glade2 b/plugins/dfnet/dfnet.glade2
index 204a7905..36c9b4b6 100644
--- a/plugins/dfnet/dfnet.glade2
+++ b/plugins/dfnet/dfnet.glade2
@@ -78,8 +78,9 @@ If you selected Client please enter the IP address the Server gave to you in the
<widget class="GtkEntry" id="tbServerIP">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="max_length">11</property>
+ <property name="max_length">15</property>
<property name="invisible_char">&#x25CF;</property>
+ <signal name="activate" handler="on_tbServerIP_activate"/>
</widget>
<packing>
<property name="left_attach">1</property>