* src/main.c:
- remove preferences CLI option , the application can set the default save folder now. - fix the rc file mess. Use xfce_resource_lookup and xfce_resource_save_location so that folders get created if they don't exist. Thanks to Nick Schermer for helping. * lib/screenshooter-utils.{c,h}: - remove the dir_only option in (screenshooter_read_rc_file). * lib/screenshooter-dialogs.{c,h}: - remove (screenshooter_preferences_dialog). *lib/screenshooter-actions.c: - don't hardcode "/tmp", use g_get_tmp_dir () instead. * panel-plugin/screenshooter-plugin.c: - use new syntax for screenshooter_read_rc_file. (Old svn revision: 6235)
Showing
- ChangeLog 17 additions, 0 deletionsChangeLog
- lib/screenshooter-actions.c 1 addition, 1 deletionlib/screenshooter-actions.c
- lib/screenshooter-dialogs.c 0 additions, 44 deletionslib/screenshooter-dialogs.c
- lib/screenshooter-dialogs.h 0 additions, 3 deletionslib/screenshooter-dialogs.h
- lib/screenshooter-utils.c 17 additions, 17 deletionslib/screenshooter-utils.c
- lib/screenshooter-utils.h 1 addition, 2 deletionslib/screenshooter-utils.h
- panel-plugin/screenshooter-plugin.c 3 additions, 4 deletionspanel-plugin/screenshooter-plugin.c
- src/main.c 33 additions, 23 deletionssrc/main.c
Loading
Please register or sign in to comment