diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2011-07-02 11:18:56 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2011-07-02 11:18:56 +0000 |
| commit | 41637727255a12ccedf7782bb65948343203bda3 (patch) | |
| tree | 287605e730f902e0a88fa67e3efb2dd835a45d14 /src/widgets/font-selector.cpp | |
| parent | Removed outdated and undesired "I'm in this cpp, so change your behavior" mac... (diff) | |
| parent | GTK+ cleaning: gtk_type_new (diff) | |
| download | inkscape-41637727255a12ccedf7782bb65948343203bda3.tar.gz inkscape-41637727255a12ccedf7782bb65948343203bda3.zip | |
GTK+ cleanup: gtk_type_new
(bzr r10401)
Diffstat (limited to 'src/widgets/font-selector.cpp')
| -rw-r--r-- | src/widgets/font-selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/font-selector.cpp b/src/widgets/font-selector.cpp index b3846e1b8..3f015790a 100644 --- a/src/widgets/font-selector.cpp +++ b/src/widgets/font-selector.cpp @@ -384,7 +384,7 @@ static void sp_font_selector_emit_set (SPFontSelector *fsel) GtkWidget *sp_font_selector_new() { - SPFontSelector *fsel = (SPFontSelector*) gtk_type_new(SP_TYPE_FONT_SELECTOR); + SPFontSelector *fsel = (SPFontSelector*) g_object_new(SP_TYPE_FONT_SELECTOR, NULL); return (GtkWidget *) fsel; } |
