ports/net/ekiga/files/patch-src-gui-main.cpp
Cheng-Lung Sung a1979dd621 - update to 2.0.2
- his is an update of net/ekiga and net/opal.  Requires the latest update to
  pwlib (FreeBSD port is uptodate since one week).
  This update also incorporates a new user-contributed patch,
  see Bug 345308 - Keypad does not work properly at
  http://bugzilla.gnome.org/show_bug.cgi?id=345308

PR:		ports/99764
Submitted by:	maintainer (Jean-Baptiste Quenot)
2006-07-05 02:49:16 +00:00

11 lines
431 B
C++

--- 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);