From 1e332ab35a840eff97301f74c48404966597fc78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Sat, 15 Aug 2009 03:24:52 -0400 Subject: [PATCH] Rename sysprof-text to sysprof-cli --- Makefile.am | 10 +++++----- TODO | 4 ++++ sysprof-text.c => sysprof-cli.c | 0 3 files changed, 9 insertions(+), 5 deletions(-) rename sysprof-text.c => sysprof-cli.c (100%) diff --git a/Makefile.am b/Makefile.am index a5a81808..5ffd9ad4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = $(MODULE_SUBDIR) DIST_SUBDIRS = module -bin_PROGRAMS = sysprof-text +bin_PROGRAMS = sysprof-cli if BUILD_GUI bin_PROGRAMS += sysprof @@ -66,16 +66,16 @@ dist_pixmaps_DATA = sysprof-icon-16.png sysprof-icon-24.png sysprof-icon-32.png # Command line version # -sysprof_text_SOURCES = \ +sysprof_cli_SOURCES = \ $(SYSPROF_CORE) \ signal-handler.h \ signal-handler.c \ - sysprof-text.c + sysprof-cli.c -sysprof_text_CPPFLAGS = \ +sysprof_cli_CPPFLAGS = \ $(CORE_DEP_CFLAGS) -sysprof_text_LDADD = $(CORE_DEP_LIBS) +sysprof_cli_LDADD = $(CORE_DEP_LIBS) # # Module stuff diff --git a/TODO b/TODO index 2938aae4..7c63205e 100644 --- a/TODO +++ b/TODO @@ -23,6 +23,8 @@ Before 1.0.4: Before 1.2: +* Give an informative error message if run as root + * Find out why gtk_tree_view_columns_autosize() apparently doesn't work on empty tree views. @@ -842,6 +844,8 @@ Later: -=-=-=-=-=-=-=-=-=-=-=-=-=-=- ALREADY DONE: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- +* Rename sysprof-text to sysprof-cli + * Find out why the samples label won't right adjust * It crashes sometimes. diff --git a/sysprof-text.c b/sysprof-cli.c similarity index 100% rename from sysprof-text.c rename to sysprof-cli.c