summaryrefslogtreecommitdiff
path: root/openbox/startupnotify.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-07-14 15:22:35 +0200
committerMikael Magnusson <mikachu@comhem.se>2007-07-14 15:22:35 +0200
commit8ad51aef1e08623fb97437994d75366a3018e493 (patch)
tree31a3d2f3b72b3279a1178ed419604c22e0bcdc52 /openbox/startupnotify.c
parent95c58160c16e6d68ede77defebda75ed056623e4 (diff)
80 cols everywhere
Diffstat (limited to 'openbox/startupnotify.c')
-rw-r--r--openbox/startupnotify.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c
index 3383dd5f..1cf8da6f 100644
--- a/openbox/startupnotify.c
+++ b/openbox/startupnotify.c
@@ -243,7 +243,8 @@ void sn_setup_spawn_environment(gchar *program, gchar *name,
sn_launcher_context_set_name(sn_launcher, name ? name : program);
sn_launcher_context_set_description(sn_launcher, desc);
- sn_launcher_context_set_icon_name(sn_launcher, icon_name ? icon_name : program);
+ sn_launcher_context_set_icon_name(sn_launcher, icon_name ?
+ icon_name : program);
sn_launcher_context_set_binary_name(sn_launcher, program);
if (desktop >= 0 && (unsigned) desktop < screen_num_desktops)
sn_launcher_context_set_workspace(sn_launcher, (signed) desktop);