Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 656754 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/font-view.c (-1 / +2 lines)
Lines 88-93 static const GOptionEntry goption_options[] = Link Here
88
G_DEFINE_TYPE (FontViewApplication, font_view_application, GTK_TYPE_APPLICATION);
88
G_DEFINE_TYPE (FontViewApplication, font_view_application, GTK_TYPE_APPLICATION);
89
89
90
static void font_view_application_do_overview (FontViewApplication *self);
90
static void font_view_application_do_overview (FontViewApplication *self);
91
static void ensure_window (FontViewApplication *self);
91
92
92
#define VIEW_ITEM_WIDTH 140
93
#define VIEW_ITEM_WIDTH 140
93
#define VIEW_ITEM_WRAP_WIDTH 128
94
#define VIEW_ITEM_WRAP_WIDTH 128
Lines 737-742 query_info_ready_cb (GObject *object, Link Here
737
    GFileInfo *info;
738
    GFileInfo *info;
738
    GError *error = NULL;
739
    GError *error = NULL;
739
740
741
    ensure_window (self);
740
    g_application_release (G_APPLICATION (self));
742
    g_application_release (G_APPLICATION (self));
741
743
742
    info = g_file_query_info_finish (G_FILE (object), res, &error);
744
    info = g_file_query_info_finish (G_FILE (object), res, &error);
743
- 

Return to bug 656754