diff options
Diffstat (limited to 'src/panel/log.c')
| -rw-r--r-- | src/panel/log.c | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/src/panel/log.c b/src/panel/log.c index f98953f..94bb8a4 100644 --- a/src/panel/log.c +++ b/src/panel/log.c @@ -147,6 +147,13 @@ void log_simple_message(LogMessageType type, const char *msg)                                 -1);              break; +        case LMT_PROCESS: +            gtk_tree_store_set(store, &iter, +                               LGC_PICTURE, "gtk-execute", +                               LGC_STRING, msg, +                               -1); +            break; +      }  } | 
