[pan2/testing: 145/279] forgot something ...
- From: Heinrich MÃller <henmull src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan2/testing: 145/279] forgot something ...
- Date: Sat, 3 Dec 2011 22:34:21 +0000 (UTC)
commit 6ea2c062dedc85f7fa9c2fe161897dc7acbdfa21
Author: Heinrich MÃller <sphemuel stud informatik uni-erlangen de>
Date: Sun Jul 3 18:55:45 2011 +0200
forgot something ...
pan/gui/post-ui.cc | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/pan/gui/post-ui.cc b/pan/gui/post-ui.cc
index f07e72d..03313e2 100644
--- a/pan/gui/post-ui.cc
+++ b/pan/gui/post-ui.cc
@@ -509,6 +509,7 @@ gboolean
PostUI :: on_selection_changed (GtkTreeSelection *s,gpointer p)
{
static_cast<PostUI*>(p)->update_filequeue_label();
+ return false;
}
gboolean
@@ -538,11 +539,11 @@ PostUI :: on_button_pressed (GtkWidget *treeview, GdkEventButton *event, gpointe
}
}
do_popup_menu(treeview, event, userdata);
- return TRUE;
+ return true;
}
}
- return FALSE;
+ return false;
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]