aboutsummaryrefslogtreecommitdiff
path: root/net/kdenetwork4/files/patch-kopete_kopete_chatwindow-emoticonselector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net/kdenetwork4/files/patch-kopete_kopete_chatwindow-emoticonselector.cpp')
-rw-r--r--net/kdenetwork4/files/patch-kopete_kopete_chatwindow-emoticonselector.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/kdenetwork4/files/patch-kopete_kopete_chatwindow-emoticonselector.cpp b/net/kdenetwork4/files/patch-kopete_kopete_chatwindow-emoticonselector.cpp
new file mode 100644
index 000000000000..5320bde22570
--- /dev/null
+++ b/net/kdenetwork4/files/patch-kopete_kopete_chatwindow-emoticonselector.cpp
@@ -0,0 +1,11 @@
+--- kopete/kopete/chatwindow/emoticonselector.cpp.orig Mon Dec 19 14:52:02 2005
++++ kopete/kopete/chatwindow/emoticonselector.cpp Mon Dec 19 15:06:05 2005
+@@ -47,7 +47,7 @@
+ // Some of the custom icons are rather large
+ // so lets limit them to a maximum size for this display panel
+ //
+- if (p.width() > 32 or p.height() > 32)
++ if (p.width() > 32 || p.height() > 32)
+ p.resize(32, 32);
+ setMinimumSize(p.size());
+ }