Eizen
ec7905f50f
Check file existence instead of null string
2017-01-18 16:58:48 -03:00
Eizen
ce37a46b0f
Fix svg icons and free call
...
Now looks properly in folder for svg icons. Also g_free should be used for maybe_icon_path.
2017-01-18 01:06:27 -03:00
Luke Shumaker
2c93c7a277
Use the appropriate string search functions instead of strstr everywhere.
...
This mostly means using strchr, but I also found:
option_parser.c:load_ini_file:
- replace multiple calls to strstr with strpbrk
notification.c:notification_init:
- replace string_replace in a while loop with a single call to
string_replace_char
redo string replace all
2016-12-17 17:00:43 -03:00
Nikos Tsipinakis
ad6557239a
Fix incorrect indentation
2016-12-11 13:41:43 +02:00
Eizen
7f8648742f
Fix memory leak
...
Incorrect call to disposal function, cairo_destroy should be used per cairo documentation.
2016-12-03 17:42:17 -03:00
Eizen
2d562968c0
Fix raw data when icon position is off and uninitialized pointer
2016-11-22 15:22:28 -03:00
Eizen
2784950f45
Fix uninitialized value warning and code indentation
2016-11-22 01:47:42 -03:00
Eizen
d605c91790
Fix merge commit
2016-11-20 00:03:25 -03:00
Eizen
b6dafbd444
Merge pull request #174
2016-11-19 23:58:17 -03:00
Nikos Tsipinakis
2df2e7d06c
Move dunst source files to src/
2016-11-19 11:54:03 +02:00