Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-password-view.c
diff options
context:
space:
mode:
authorHiroyuki Ikezoe <poincare@ikezoe.net>2009-01-20 23:04:57 (GMT)
committer Hiroyuki Ikezoe <hiikezoe@src.gnome.org>2009-01-20 23:04:57 (GMT)
commit5b09db3c6a81a31077ce710375bfbd397e26dc4a (patch)
treedb05097d49a51442201fd75da7b1510a434c149f /shell/ev-password-view.c
parentb966e4e61b28742d2ff84a9e6de8f1d25bdd1335 (diff)
shell/ev-sidebar-links.c
2009-01-21 Hiroyuki Ikezoe <poincare@ikezoe.net> * shell/ev-sidebar-links.c * shell/ev-print-operation.c: * shell/ev-history.c: * shell/ev-file-monitor.c: * shell/ev-window.c: * shell/ev-password-view.c: * shell/ev-sidebar-thumbnails.c: * shell/ev-sidebar-attachments.c: * libview/ev-pixbuf-cache.c: * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect. Bug #568386. svn path=/trunk/; revision=3370
Diffstat (limited to 'shell/ev-password-view.c')
-rw-r--r--shell/ev-password-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-password-view.c b/shell/ev-password-view.c
index f7d0ca3..a71e423 100644
--- a/shell/ev-password-view.c
+++ b/shell/ev-password-view.c
@@ -398,7 +398,7 @@ ev_password_view_ask_password (EvPasswordView *password_view)
gtk_widget_show (choice);
}
- g_signal_connect (G_OBJECT (dialog), "response",
+ g_signal_connect (dialog, "response",
G_CALLBACK (ev_password_dialog_got_response),
password_view);