projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b32a06
)
'Unnamed Desktop' is the most useless text to put on an unnamed desktop pls
author
Mikael Magnusson
<mikachu@comhem.se>
Mon, 5 Apr 2004 21:02:09 +0000
(21:02 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Mon, 5 Apr 2004 21:02:09 +0000
(21:02 +0000)
openbox/screen.c
patch
|
blob
|
history
diff --git
a/openbox/screen.c
b/openbox/screen.c
index bb29cb595b52858b8f5c685eba73f113c9d2c007..419d2ff0ffa0939194dc350ec3b2744e66bf28b3 100644
(file)
--- a/
openbox/screen.c
+++ b/
openbox/screen.c
@@
-853,7
+853,7
@@
void screen_update_desktop_names()
screen_num_desktops + 1);
screen_desktop_names[screen_num_desktops] = NULL;
for (; i < screen_num_desktops; ++i)
- screen_desktop_names[i] = g_strdup("
Unnamed Desktop"
);
+ screen_desktop_names[i] = g_strdup("
Desktop %i", i + 1
);
}
}