1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
03-02-2009 jeromeg
* panel-plugin/main.c:
- use g_spawn_command_line_async to launch the gdmflexiserver so
that it runs in parallel.
- fix a typo (thanks to eht16).
* panel-plugin/xfswitch.desktop.in.in: fix a typo (thanks to eht16).
03-02-2009 jeromeg
* panel-plugin/main.c: improve the tooltip.
* panel-plugin/xfswitch.desktop.in.in: improve the comment.
01-02-2009 jeromeg
* panel-plugin/main.c: set an icon for the message dialog.
01-02-2009 jeromeg
* panel-plugin/main.c:
- remove unused variables to fix build with --enable-debug=full.
- remove extra white spaces.
01-02-2009 jeromeg
* README: add a description and a link to the git repo.
* configure.ac.in:
- improve autotools stuff.
- require gtk >= 2.12.
- print build configuration.
01-02-2009 jeromeg
* Initial commit.
|