diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 09:10:49 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 09:10:49 +0800 |
commit | 814877a7f3e7230dc14c6f60e5a814ef4364d68f (patch) | |
tree | 2fd9c5fc37b4517836907fb8d18515bd7c8691f3 /net/ekiga/files/patch-src-gui-main.cpp | |
parent | 1a76a9325a930bc496e70eb9c3785caad0f8d3c7 (diff) | |
download | marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.tar marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.tar.gz marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.tar.bz2 marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.tar.lz marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.tar.xz marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.tar.zst marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.zip |
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6699 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/ekiga/files/patch-src-gui-main.cpp')
-rw-r--r-- | net/ekiga/files/patch-src-gui-main.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
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); + |