[gtkmm] PrintUnixDialog::get_selected_printer(): ref-counting correction.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] PrintUnixDialog::get_selected_printer(): ref-counting correction.
- Date: Tue, 6 Sep 2011 07:03:28 +0000 (UTC)
commit ed8a540118246ab3ab5e5539766285ba68c0ab73
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Sep 6 09:01:22 2011 +0200
PrintUnixDialog::get_selected_printer(): ref-counting correction.
* gtk/src/printunixdialog.hg: Fix a .->, typo to make the refreturn option
actually be used.
Noticed by Kjell Ahlstedt in bug #657751.
ChangeLog | 8 ++++++++
gtk/src/printunixdialog.hg | 2 +-
2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d54409e..a88e3cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2011-09-06 Murray Cumming <murrayc murrayc com>
+ PrintUnixDialog::get_selected_printer(): ref-counting correction.
+
+ * gtk/src/printunixdialog.hg: Fix a .->, typo to make the refreturn option
+ actually be used.
+ Noticed by Kjell Ahlstedt in bug #657751.
+
+2011-09-06 Murray Cumming <murrayc murrayc com>
+
TreeView: Added unset_drag_dest_row().
* gtk/src/treeview.[hg|ccg]: Added unset_drag_dest_row().
diff --git a/gtk/src/printunixdialog.hg b/gtk/src/printunixdialog.hg
index 6e87968..a765d09 100644
--- a/gtk/src/printunixdialog.hg
+++ b/gtk/src/printunixdialog.hg
@@ -71,7 +71,7 @@ public:
#m4 _CONVERSION(`GtkPrinter*',`Glib::RefPtr<const Printer>',`Glib::wrap($3)')
_WRAP_METHOD(Glib::RefPtr<Printer> get_selected_printer(), gtk_print_unix_dialog_get_selected_printer, refreturn)
- _WRAP_METHOD(Glib::RefPtr<const Printer> get_selected_printer() const, gtk_print_unix_dialog_get_selected_printer, refreturn. constversion)
+ _WRAP_METHOD(Glib::RefPtr<const Printer> get_selected_printer() const, gtk_print_unix_dialog_get_selected_printer, refreturn, constversion)
void add_custom_tab(const Widget& child, const Glib::ustring& tab_label);
_WRAP_METHOD(void add_custom_tab(const Widget& child, const Widget& tab_label), gtk_print_unix_dialog_add_custom_tab)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]