diff options
author | George Lebl <jirka@5z.com> | 1998-01-16 05:56:00 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 1998-01-16 05:56:00 +0000 |
commit | 708c0abdef6bd94748f01261a993d1cd08d9f2a6 (patch) | |
tree | 65b6f43cafe035d8bfa1dd1c032a71b5ed41b956 /batmon/batmon.c | |
parent | 9417c84f4c4699e60cc5fbc4d318422d1a7e5211 (diff) |
added orientation change notify command. fixed several bugs in
Thu Jan 15 21:54:31 1998 George Lebl <jirka@5z.com>
* programs/panel/{panel.c,applet_cmds.h,menu/main.c,...
applet .c files}: added orientation change notify command.
fixed several bugs in panel_reconfigure, and menu now takes
the orientation into account, so it's usable in all orientations
Diffstat (limited to 'batmon/batmon.c')
-rw-r--r-- | batmon/batmon.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/batmon/batmon.c b/batmon/batmon.c index 4836e2d46..77495119b 100644 --- a/batmon/batmon.c +++ b/batmon/batmon.c @@ -404,6 +404,9 @@ applet_cmd_func (AppletCommand *cmd) case APPLET_CMD_GET_INSTANCE_PARAMS: return g_strdup(""); + case APPLET_CMD_ORIENTATION_CHANGE_NOTIFY: + break; + case APPLET_CMD_PROPERTIES: fprintf(stderr, "Battery monitor properties not yet implemented\n"); break; |