[postr/postr-0-12: 282/282] Fix the callback for the Upload button (#576968)



commit 6b183fb8ce74241b684b6718262b9d8dd84a8675
Author: Germán Póo-Caamaño <gpoo gnome org>
Date:   Wed Nov 4 18:06:37 2009 -0300

    Fix the callback for the Upload button (#576968)

 src/postr.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/postr.glade b/src/postr.glade
index 38b8551..5640270 100644
--- a/src/postr.glade
+++ b/src/postr.glade
@@ -256,7 +256,7 @@
                         <property name="receives_default">True</property>
                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                         <property name="response_id">0</property>
-                        <signal name="activate" handler="on_upload_activate"/>
+                        <signal name="clicked" handler="on_upload_activate"/>
                         <child>
                           <widget class="GtkHBox" id="hbox2">
                             <property name="visible">True</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]