[shotwell/wip/phako/misc-fixes: 9/9] Fix more deprecated functions
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/wip/phako/misc-fixes: 9/9] Fix more deprecated functions
- Date: Wed, 12 Sep 2018 11:55:49 +0000 (UTC)
commit a2453e7e376c2ab5c8521bce5590d555dcceabec
Author: Jens Georg <mail jensge org>
Date: Sat Sep 8 17:17:34 2018 +0200
Fix more deprecated functions
src/Printing.vala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Printing.vala b/src/Printing.vala
index 988a4567..da46b08d 100644
--- a/src/Printing.vala
+++ b/src/Printing.vala
@@ -683,7 +683,7 @@ public class CustomPrintTab : Gtk.Box {
}
private void set_print_titles_font(string fontname) {
- title_print_font.set_font_name(fontname);
+ (title_print_font as Gtk.FontChooser).set_font(fontname);
}
@@ -696,7 +696,7 @@ public class CustomPrintTab : Gtk.Box {
}
private string get_print_titles_font() {
- return title_print_font.get_font_name();
+ return (title_print_font as Gtk.FontChooser).get_font();
}
public PrintJob get_source_job() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]