diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-28 14:51:47 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-28 14:51:47 +0800 |
commit | 4832fd377dc2a2724b45282a986d23f7780bd163 (patch) | |
tree | eed5964294c29f650425a733b823cef77a463085 /net/ekiga/files | |
parent | da158b304450c2ddcc3d4dc4dfa8630ede3db8ce (diff) | |
download | marcuscom-ports-4832fd377dc2a2724b45282a986d23f7780bd163.tar marcuscom-ports-4832fd377dc2a2724b45282a986d23f7780bd163.tar.gz marcuscom-ports-4832fd377dc2a2724b45282a986d23f7780bd163.tar.bz2 marcuscom-ports-4832fd377dc2a2724b45282a986d23f7780bd163.tar.lz marcuscom-ports-4832fd377dc2a2724b45282a986d23f7780bd163.tar.xz marcuscom-ports-4832fd377dc2a2724b45282a986d23f7780bd163.tar.zst marcuscom-ports-4832fd377dc2a2724b45282a986d23f7780bd163.zip |
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8659 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/ekiga/files')
-rw-r--r-- | net/ekiga/files/patch-src-gui-libintl | 31 | ||||
-rw-r--r-- | net/ekiga/files/patch-src-gui-main.cpp | 11 |
2 files changed, 42 insertions, 0 deletions
diff --git a/net/ekiga/files/patch-src-gui-libintl b/net/ekiga/files/patch-src-gui-libintl new file mode 100644 index 000000000..5b987de36 --- /dev/null +++ b/net/ekiga/files/patch-src-gui-libintl @@ -0,0 +1,31 @@ +--- src/gui/addressbook.cpp.orig Sun Mar 12 20:11:33 2006 ++++ src/gui/addressbook.cpp Tue Apr 4 12:17:23 2006 +@@ -38,6 +38,7 @@ + + #include "../../config.h" + ++#include <libintl.h> + #include "addressbook.h" + #include "main.h" + #include "chat.h" +--- src/gui/main.cpp.orig Sun Mar 12 20:11:34 2006 ++++ src/gui/main.cpp Tue Apr 4 12:17:27 2006 +@@ -38,6 +38,7 @@ + + #include "../../config.h" + ++#include <libintl.h> + #include "main.h" + #include "callshistory.h" + +@@ -78,10 +79,6 @@ + #include <gdk/gdkx.h> + #else + #include "winpaths.h" +-#endif +- +-#if defined(P_FREEBSD) || defined (P_MACOSX) +-#include <libintl.h> + #endif + + #include <libxml/parser.h> diff --git a/net/ekiga/files/patch-src-gui-main.cpp b/net/ekiga/files/patch-src-gui-main.cpp new file mode 100644 index 000000000..44833bfee --- /dev/null +++ b/net/ekiga/files/patch-src-gui-main.cpp @@ -0,0 +1,11 @@ +--- src/gui/main.cpp.orig Thu Jun 22 10:00:56 2006 ++++ src/gui/main.cpp Thu Jun 22 10:03:18 2006 +@@ -1282,7 +1282,7 @@ + gtk_container_set_border_width (GTK_CONTAINER (button), 0); + gtk_container_add (GTK_CONTAINER (button), box); + +- gtk_widget_add_accelerator (button, "activate", ++ gtk_widget_add_accelerator (button, "clicked", + mw->accel, key_kp [i], + (GdkModifierType) 0, (GtkAccelFlags) 0); + |