diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-07-14 15:22:35 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-07-14 15:22:35 +0200 |
| commit | 8ad51aef1e08623fb97437994d75366a3018e493 (patch) | |
| tree | 31a3d2f3b72b3279a1178ed419604c22e0bcdc52 /openbox/startupnotify.c | |
| parent | 95c58160c16e6d68ede77defebda75ed056623e4 (diff) | |
80 cols everywhere
Diffstat (limited to 'openbox/startupnotify.c')
| -rw-r--r-- | openbox/startupnotify.c | 3 |
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); |
