gedit r6105 - branches/printing/gedit
- From: pborelli svn gnome org
- To: svn-commits-list gnome org
- Subject: gedit r6105 - branches/printing/gedit
- Date: Tue, 22 Jan 2008 13:28:33 +0000 (GMT)
Author: pborelli
Date: Tue Jan 22 13:28:33 2008
New Revision: 6105
URL: http://svn.gnome.org/viewvc/gedit?rev=6105&view=rev
Log:
forgot the get_default_font functions
Modified:
branches/printing/gedit/gedit-prefs-manager.c
Modified: branches/printing/gedit/gedit-prefs-manager.c
==============================================================================
--- branches/printing/gedit/gedit-prefs-manager.c (original)
+++ branches/printing/gedit/gedit-prefs-manager.c Tue Jan 22 13:28:33 2008
@@ -608,14 +608,32 @@
GPM_PRINT_FONT_BODY,
GPM_DEFAULT_PRINT_FONT_BODY)
+const gchar *
+gedit_prefs_manager_get_default_print_font_body (void)
+{
+ return GPM_DEFAULT_PRINT_FONT_BODY;
+}
+
DEFINE_STRING_PREF (print_font_header,
GPM_PRINT_FONT_HEADER,
GPM_DEFAULT_PRINT_FONT_HEADER)
+const gchar *
+gedit_prefs_manager_get_default_print_font_header (void)
+{
+ return GPM_DEFAULT_PRINT_FONT_HEADER;
+}
+
DEFINE_STRING_PREF (print_font_numbers,
GPM_PRINT_FONT_NUMBERS,
GPM_DEFAULT_PRINT_FONT_NUMBERS)
+const gchar *
+gedit_prefs_manager_get_default_print_font_numbers (void)
+{
+ return GPM_DEFAULT_PRINT_FONT_NUMBERS;
+}
+
/* Max number of files in "Recent Files" menu.
* This is configurable only using gconftool or gconf-editor
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]