filename = g_strdup_printf ("%s_%s.template", template->brand, template->part);
abs_filename = g_build_filename (dir, filename, NULL);
- g_unlink (abs_filename);
+ g_free (abs_filename);
g_free (dir);
g_free (filename);
static void combo_changed_cb (glNewLabelDialog *this);
static void rotate_toggled_cb (glNewLabelDialog *this);
-static gchar *get_default_name (void);
-
static void set_info (glNewLabelDialog *this,
const gchar *name);
static void
gl_new_label_dialog_init (glNewLabelDialog *this)
{
- GtkWidget *vbox;
gchar *logo_filename;
GdkPixbuf *logo;
GtkBuilder *builder;
"confirm_page_vbox",
NULL };
GError *error = NULL;
- GtkWidget *new_label_dialog_hbox;
gl_debug (DEBUG_FILE, "START");