diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/GeckoPrintSession.cpp | 2 | ||||
-rw-r--r-- | embed/mozilla/GtkNSSDialogs.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/GeckoPrintSession.cpp b/embed/mozilla/GeckoPrintSession.cpp index 290b0eb7a..4c60bc74f 100644 --- a/embed/mozilla/GeckoPrintSession.cpp +++ b/embed/mozilla/GeckoPrintSession.cpp @@ -130,7 +130,7 @@ GeckoPrintSession::SetSettings (GtkPrintSettings *aSettings, { char *base, *tmpName; - /* FIXME: use pure glib here! */ + /* FIXME: use pure glib here (g_mkstemp)! */ base = g_build_filename (ephy_file_tmp_dir (), "print-XXXXXX", (const char *) NULL); tmpName = ephy_file_tmp_filename (base, "ps"); g_free (base); diff --git a/embed/mozilla/GtkNSSDialogs.cpp b/embed/mozilla/GtkNSSDialogs.cpp index 391d6cbcd..ddf14848f 100644 --- a/embed/mozilla/GtkNSSDialogs.cpp +++ b/embed/mozilla/GtkNSSDialogs.cpp @@ -148,7 +148,7 @@ higgy_indent_widget (GtkWidget *widget) hbox = gtk_hbox_new (FALSE, 6); - label = gtk_label_new (""); + label = gtk_label_new (NULL); gtk_box_pack_start (GTK_BOX(hbox), label, FALSE, TRUE, 6); gtk_widget_show (label); |