Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Commit 4cb6f915 added cpufreq-selector-sysfs.[ch] to
mate_cpufreq_selector_SOURCES for the !HAVE_LIBCPUFREQ case, but left
them unconditionally included as well. Including them twice leads to
duplicate definitions for the symbols defined by them.
|
|
Commit c85a5cf5 changed the definition to use guint64 rather than
gulong, but did not update the declaration in netspeed.h to match.
|
|
|
|
|
|
Fixes #557
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- tabs to spaces
- shortened lines
- unnecessary casts on functions which accept a gpointer like g_signal_connect
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To avoid calling th signals handlers on the initialization of the
preferences dialog. It also includes some improvements in the code
formatting.
|
|
|
|
to avoid continuity issue when changing the update interval
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|