[sysprof] Rename sysprof-text to sysprof-cli
- From: Søren Sandmann Pedersen <ssp src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [sysprof] Rename sysprof-text to sysprof-cli
- Date: Wed, 19 Aug 2009 11:17:28 +0000 (UTC)
commit 1e332ab35a840eff97301f74c48404966597fc78
Author: Søren Sandmann Pedersen <sandmann daimi au dk>
Date: Sat Aug 15 03:24:52 2009 -0400
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(-)
---
diff --git a/Makefile.am b/Makefile.am
index a5a8180..5ffd9ad 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 2938aae..7c63205 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]