mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
- 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)
11 lines
431 B
C++
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);
|
|
|