* panel-plugin/screenshooter-plugin.c:
- remove the wrong XFCE_PANEL_PLUGIN_REGISTER_INTERNAL macro call, the plugin is external. - add (set_panel_button_tooltip) to simplify the code, this function sets the tooltip according to the area to be captured. - use g_spawn_command_line_async to laucnh the help window. - improve the indentation in some places. * lib/screenshooter-utils.c: - improve the indentation in some places. - (screenshooter_open_screenshot): + declare the variables at the beginning of the code block. + use g_spawn_command_line_async to launch the applications. * lib/screenshooter-dialogs.c: improve the indentation. (Old svn revision: 7216)
Showing
- ChangeLog 16 additions, 0 deletionsChangeLog
- lib/screenshooter-dialogs.c 1 addition, 2 deletionslib/screenshooter-dialogs.c
- lib/screenshooter-utils.c 12 additions, 13 deletionslib/screenshooter-utils.c
- panel-plugin/screenshooter-plugin.c 38 additions, 57 deletionspanel-plugin/screenshooter-plugin.c
Loading
Please register or sign in to comment