[sysprof/wip/chergert/sysprof-3] libsysprof-ui: fix default filename to be syscap
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof/wip/chergert/sysprof-3] libsysprof-ui: fix default filename to be syscap
- Date: Thu, 23 May 2019 21:13:56 +0000 (UTC)
commit 4af18a6796def43ed3ac87a046301d22cb30c4ba
Author: Christian Hergert <chergert redhat com>
Date: Thu May 23 14:13:38 2019 -0700
libsysprof-ui: fix default filename to be syscap
src/libsysprof-ui/sysprof-display.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libsysprof-ui/sysprof-display.c b/src/libsysprof-ui/sysprof-display.c
index 88f737e..1b7b235 100644
--- a/src/libsysprof-ui/sysprof-display.c
+++ b/src/libsysprof-ui/sysprof-display.c
@@ -524,7 +524,7 @@ sysprof_display_save (SysprofDisplay *self)
gtk_file_chooser_set_local_only (GTK_FILE_CHOOSER (native), TRUE);
gtk_file_chooser_set_do_overwrite_confirmation (GTK_FILE_CHOOSER (native), TRUE);
gtk_file_chooser_set_create_folders (GTK_FILE_CHOOSER (native), TRUE);
- gtk_file_chooser_set_current_name (GTK_FILE_CHOOSER (native), "capture.sysprof");
+ gtk_file_chooser_set_current_name (GTK_FILE_CHOOSER (native), "capture.syscap");
res = gtk_native_dialog_run (GTK_NATIVE_DIALOG (native));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]