diff options
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); + |