Hello community,
here is the log from the commit of package cinnamon-control-center for
openSUSE:Factory checked in at 2016-06-26 23:52:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cinnamon-control-center (Old)
and /work/SRC/openSUSE:Factory/.cinnamon-control-center.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cinnamon-control-center"
Changes:
--------
---
/work/SRC/openSUSE:Factory/cinnamon-control-center/cinnamon-control-center.changes
2016-04-28 17:01:26.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.cinnamon-control-center.new/cinnamon-control-center.changes
2016-06-26 23:52:33.000000000 +0200
@@ -1,0 +2,12 @@
+Fri Jun 24 15:15:24 UTC 2016 - [email protected]
+
+- Update to version 3.0.1:
+ * Avoid a compiler warning.
+ * Fix spelling mistakes.
+ * display/scrollarea.c: Fix monitor drag-and-drop alignment.
+ Somewhere along the way either path_foreach_point/user_to_device
+ is incorrect, or our monitor representations are being drawn
+ shifted up in y, causing the mouse pointer change to occur in
+ the wrong areas.
+
+-------------------------------------------------------------------
Old:
----
cinnamon-control-center-3.0.0.tar.gz
New:
----
cinnamon-control-center-3.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cinnamon-control-center.spec ++++++
--- /var/tmp/diff_new_pack.r7OK45/_old 2016-06-26 23:52:34.000000000 +0200
+++ /var/tmp/diff_new_pack.r7OK45/_new 2016-06-26 23:52:34.000000000 +0200
@@ -19,7 +19,7 @@
%define soname libcinnamon-control-center
%define sover 1
Name: cinnamon-control-center
-Version: 3.0.0
+Version: 3.0.1
Release: 0
Summary: Utilities to configure the Cinnamon desktop
License: GPL-2.0 and GPL-3.0+ and MIT
@@ -32,7 +32,7 @@
BuildRequires: gnome-common
BuildRequires: hicolor-icon-theme
BuildRequires: intltool
-BuildRequires: pkg-config
+BuildRequires: pkgconfig
BuildRequires: systemd-devel
BuildRequires: update-desktop-files
BuildRequires: xsltproc
@@ -109,7 +109,7 @@
Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++
Requires: %{soname}%{sover} = %{version}
-Requires: pkg-config
+Requires: pkgconfig
Requires: pkgconfig(gtk+-3.0) >= 3.8.0
%description devel
++++++ cinnamon-control-center-3.0.0.tar.gz ->
cinnamon-control-center-3.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cinnamon-control-center-3.0.0/configure.ac
new/cinnamon-control-center-3.0.1/configure.ac
--- old/cinnamon-control-center-3.0.0/configure.ac 2016-04-23
17:11:10.000000000 +0200
+++ new/cinnamon-control-center-3.0.1/configure.ac 2016-06-24
11:09:50.000000000 +0200
@@ -1,4 +1,4 @@
-m4_define([cinnamon_control_center_version], 3.0.0)
+m4_define([cinnamon_control_center_version], 3.0.1)
AC_INIT([cinnamon-control-center], [cinnamon_control_center_version],
[https://github.com/linuxmint/cinnamon-control-center/issues])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cinnamon-control-center-3.0.0/debian/changelog
new/cinnamon-control-center-3.0.1/debian/changelog
--- old/cinnamon-control-center-3.0.0/debian/changelog 2016-04-23
17:11:10.000000000 +0200
+++ new/cinnamon-control-center-3.0.1/debian/changelog 2016-06-24
11:09:50.000000000 +0200
@@ -1,3 +1,18 @@
+cinnamon-control-center (3.0.1) sarah; urgency=medium
+
+ [ brownsr ]
+ * remove unused function
+ * avoid compiler warning
+ * remove unused variable
+
+ [ leigh123linux ]
+ * fix spelling mistakes
+
+ [ Michael Webster ]
+ * display/scrollarea.c: fix monitor drag-and-drop alignment. Somewhere along
the way either path_foreach_point/user_to_device is incorrect, or our monitor
representations are being drawn shifted up in y, causing the mouse pointer
change to occur in the wrong areas.
+
+ -- Clement Lefebvre <[email protected]> Fri, 24 Jun 2016 10:07:23 +0100
+
cinnamon-control-center (3.0.0) sarah; urgency=medium
[ Michael Webster ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cinnamon-control-center-3.0.0/panels/datetime/cc-timezone-map.c
new/cinnamon-control-center-3.0.1/panels/datetime/cc-timezone-map.c
--- old/cinnamon-control-center-3.0.0/panels/datetime/cc-timezone-map.c
2016-04-23 17:11:10.000000000 +0200
+++ new/cinnamon-control-center-3.0.1/panels/datetime/cc-timezone-map.c
2016-06-24 11:09:50.000000000 +0200
@@ -77,8 +77,8 @@
{-9.0, 128, 0, 0, 255 },
{-8.0, 170, 0, 0, 255 },
{-7.0, 212, 0, 0, 255 },
- {-6.0, 255, 0, 1, 255 }, // north
- {-6.0, 255, 0, 0, 255 }, // south
+ {-6.0, 255, 0, 1, 255 }, /* north */
+ {-6.0, 255, 0, 0, 255 }, /* south */
{-5.0, 255, 42, 42, 255 },
{-4.5, 192, 255, 0, 255 },
{-4.0, 255, 85, 85, 255 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cinnamon-control-center-3.0.0/panels/datetime/dtm.c
new/cinnamon-control-center-3.0.1/panels/datetime/dtm.c
--- old/cinnamon-control-center-3.0.0/panels/datetime/dtm.c 2016-04-23
17:11:10.000000000 +0200
+++ new/cinnamon-control-center-3.0.1/panels/datetime/dtm.c 2016-06-24
11:09:50.000000000 +0200
@@ -1097,7 +1097,7 @@
*
* Finishes an operation started with date_time_mechanism_call_set_timezone().
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_set_timezone_finish (
@@ -1127,7 +1127,7 @@
*
* See date_time_mechanism_call_set_timezone() for the asynchronous version of
this method.
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_set_timezone_sync (
@@ -1193,7 +1193,7 @@
*
* Finishes an operation started with date_time_mechanism_call_get_timezone().
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_get_timezone_finish (
@@ -1225,7 +1225,7 @@
*
* See date_time_mechanism_call_get_timezone() for the asynchronous version of
this method.
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_get_timezone_sync (
@@ -1291,7 +1291,7 @@
*
* Finishes an operation started with
date_time_mechanism_call_can_set_timezone().
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_can_set_timezone_finish (
@@ -1323,7 +1323,7 @@
*
* See date_time_mechanism_call_can_set_timezone() for the asynchronous
version of this method.
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_can_set_timezone_sync (
@@ -1397,7 +1397,7 @@
*
* Finishes an operation started with date_time_mechanism_call_set_date().
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_set_date_finish (
@@ -1429,7 +1429,7 @@
*
* See date_time_mechanism_call_set_date() for the asynchronous version of
this method.
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_set_date_sync (
@@ -1501,7 +1501,7 @@
*
* Finishes an operation started with date_time_mechanism_call_set_time().
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_set_time_finish (
@@ -1531,7 +1531,7 @@
*
* See date_time_mechanism_call_set_time() for the asynchronous version of
this method.
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_set_time_sync (
@@ -1597,7 +1597,7 @@
*
* Finishes an operation started with date_time_mechanism_call_can_set_time().
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_can_set_time_finish (
@@ -1629,7 +1629,7 @@
*
* See date_time_mechanism_call_can_set_time() for the asynchronous version of
this method.
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_can_set_time_sync (
@@ -1697,7 +1697,7 @@
*
* Finishes an operation started with date_time_mechanism_call_adjust_time().
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_adjust_time_finish (
@@ -1727,7 +1727,7 @@
*
* See date_time_mechanism_call_adjust_time() for the asynchronous version of
this method.
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_adjust_time_sync (
@@ -1793,7 +1793,7 @@
*
* Finishes an operation started with
date_time_mechanism_call_get_hardware_clock_using_utc().
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_get_hardware_clock_using_utc_finish (
@@ -1825,7 +1825,7 @@
*
* See date_time_mechanism_call_get_hardware_clock_using_utc() for the
asynchronous version of this method.
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_get_hardware_clock_using_utc_sync (
@@ -1893,7 +1893,7 @@
*
* Finishes an operation started with
date_time_mechanism_call_set_hardware_clock_using_utc().
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_set_hardware_clock_using_utc_finish (
@@ -1923,7 +1923,7 @@
*
* See date_time_mechanism_call_set_hardware_clock_using_utc() for the
asynchronous version of this method.
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_set_hardware_clock_using_utc_sync (
@@ -1990,7 +1990,7 @@
*
* Finishes an operation started with date_time_mechanism_call_get_using_ntp().
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_get_using_ntp_finish (
@@ -2025,7 +2025,7 @@
*
* See date_time_mechanism_call_get_using_ntp() for the asynchronous version
of this method.
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_get_using_ntp_sync (
@@ -2095,7 +2095,7 @@
*
* Finishes an operation started with date_time_mechanism_call_set_using_ntp().
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_set_using_ntp_finish (
@@ -2125,7 +2125,7 @@
*
* See date_time_mechanism_call_set_using_ntp() for the asynchronous version
of this method.
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_set_using_ntp_sync (
@@ -2191,7 +2191,7 @@
*
* Finishes an operation started with
date_time_mechanism_call_can_set_using_ntp().
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_can_set_using_ntp_finish (
@@ -2223,7 +2223,7 @@
*
* See date_time_mechanism_call_can_set_using_ntp() for the asynchronous
version of this method.
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
date_time_mechanism_call_can_set_using_ntp_sync (
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cinnamon-control-center-3.0.0/panels/datetime/timedated.c
new/cinnamon-control-center-3.0.1/panels/datetime/timedated.c
--- old/cinnamon-control-center-3.0.0/panels/datetime/timedated.c
2016-04-23 17:11:10.000000000 +0200
+++ new/cinnamon-control-center-3.0.1/panels/datetime/timedated.c
2016-06-24 11:09:50.000000000 +0200
@@ -774,7 +774,7 @@
*
* Finishes an operation started with timedate1_call_set_time().
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
timedate1_call_set_time_finish (
@@ -806,7 +806,7 @@
*
* See timedate1_call_set_time() for the asynchronous version of this method.
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
timedate1_call_set_time_sync (
@@ -881,7 +881,7 @@
*
* Finishes an operation started with timedate1_call_set_timezone().
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
timedate1_call_set_timezone_finish (
@@ -912,7 +912,7 @@
*
* See timedate1_call_set_timezone() for the asynchronous version of this
method.
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
timedate1_call_set_timezone_sync (
@@ -988,7 +988,7 @@
*
* Finishes an operation started with timedate1_call_set_local_rtc().
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
timedate1_call_set_local_rtc_finish (
@@ -1020,7 +1020,7 @@
*
* See timedate1_call_set_local_rtc() for the asynchronous version of this
method.
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
timedate1_call_set_local_rtc_sync (
@@ -1095,7 +1095,7 @@
*
* Finishes an operation started with timedate1_call_set_ntp().
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
timedate1_call_set_ntp_finish (
@@ -1126,7 +1126,7 @@
*
* See timedate1_call_set_ntp() for the asynchronous version of this method.
*
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.
*/
gboolean
timedate1_call_set_ntp_sync (
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cinnamon-control-center-3.0.0/panels/datetime/tz.c
new/cinnamon-control-center-3.0.1/panels/datetime/tz.c
--- old/cinnamon-control-center-3.0.0/panels/datetime/tz.c 2016-04-23
17:11:10.000000000 +0200
+++ new/cinnamon-control-center-3.0.1/panels/datetime/tz.c 2016-06-24
11:09:50.000000000 +0200
@@ -220,7 +220,7 @@
curzone = localtime (&curtime);
#ifndef __sun
- /* Currently this solution doesnt seem to work - I get that */
+ /* Currently this solution doesn't seem to work - I get that */
/* America/Phoenix uses daylight savings, which is wrong */
tzinfo->tzname_normal = g_strdup (curzone->tm_zone);
if (curzone->tm_isdst)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cinnamon-control-center-3.0.0/panels/display/TODO
new/cinnamon-control-center-3.0.1/panels/display/TODO
--- old/cinnamon-control-center-3.0.0/panels/display/TODO 2016-04-23
17:11:10.000000000 +0200
+++ new/cinnamon-control-center-3.0.1/panels/display/TODO 2016-06-24
11:09:50.000000000 +0200
@@ -53,7 +53,7 @@
Events must be emitted whenever something changes, including when
the reason for the change is a manual change.
- The maximum framebuffer must be dynamically changable.
+ The maximum framebuffer must be dynamically changeable.
- Control panel work:
Capplet needs to be written. The main complications:
@@ -193,7 +193,7 @@
Needed XRandr output properties:
- Modes that the monitor supports, or enough information that the
- client can go throught the list of modes for the relevant
+ client can go through the list of modes for the relevant
CRTC/Outputs and filter those out that the monitor can't support.
- The preferred mode, if any. Also useful if we could get a "strongly
@@ -551,7 +551,7 @@
- EDID information is not reported for VGA when the output is not
turned on (i945 laptop).
- - Screen size must be dynamically changable. (No xorg.conf changes
+ - Screen size must be dynamically changeable. (No xorg.conf changes
should be required).
- Make use of ACPI information when possible.
@@ -787,7 +787,7 @@
-- details for control panel --
Screen changes
- Currently it is polling via rw_screen_refresh(), which will always
emit
- a screen-changed event. In reponse to this event the capplet currently
+ a screen-changed event. In response to this event the capplet
currently
checks whether anything changed physically about the setup. This means
the capplet can't react to external changes to modes. On the other hand
if it didn't
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cinnamon-control-center-3.0.0/panels/display/scrollarea.c
new/cinnamon-control-center-3.0.1/panels/display/scrollarea.c
--- old/cinnamon-control-center-3.0.0/panels/display/scrollarea.c
2016-04-23 17:11:10.000000000 +0200
+++ new/cinnamon-control-center-3.0.1/panels/display/scrollarea.c
2016-06-24 11:09:50.000000000 +0200
@@ -1219,7 +1219,11 @@
path->fill_rule = cairo_get_fill_rule (cr);
path->line_width = cairo_get_line_width (cr);
path->path = cairo_copy_path (cr);
- path_foreach_point (path->path, user_to_device, &conversion_data);
+ /* FIXME: this shifts the input region for some reason - half below the
actual
+ monitor widget - or is the drawing incorrectly shifted? The drag region
+ corresponds to what would be a centered monitor vertically.
+ path_foreach_point (path->path, user_to_device, &conversion_data);
+ */
path->func = func;
path->data = data;
path->next = area->priv->current_input->paths;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cinnamon-control-center-3.0.0/panels/network/net-virtual-device.c
new/cinnamon-control-center-3.0.1/panels/network/net-virtual-device.c
--- old/cinnamon-control-center-3.0.0/panels/network/net-virtual-device.c
2016-04-23 17:11:10.000000000 +0200
+++ new/cinnamon-control-center-3.0.1/panels/network/net-virtual-device.c
2016-06-24 11:09:50.000000000 +0200
@@ -182,11 +182,9 @@
GtkWidget *widget;
NMDevice *nm_device;
NMDeviceState state;
- gboolean disconnected;
nm_device = net_device_get_nm_device (NET_DEVICE (virtual_device));
state = nm_device ? nm_device_get_state (nm_device) :
NM_DEVICE_STATE_DISCONNECTED;
- disconnected = (state == NM_DEVICE_STATE_DISCONNECTED || state ==
NM_DEVICE_STATE_UNAVAILABLE);
/* set up the device on/off switch */
widget = GTK_WIDGET (gtk_builder_get_object (priv->builder,
"device_off_switch"));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cinnamon-control-center-3.0.0/panels/network/net-vpn.c
new/cinnamon-control-center-3.0.1/panels/network/net-vpn.c
--- old/cinnamon-control-center-3.0.0/panels/network/net-vpn.c 2016-04-23
17:11:10.000000000 +0200
+++ new/cinnamon-control-center-3.0.1/panels/network/net-vpn.c 2016-06-24
11:09:50.000000000 +0200
@@ -92,7 +92,7 @@
{
NetVpnPrivate *priv = vpn->priv;
/*
- * vpnc config exmaple:
+ * vpnc config example:
* key=IKE DH Group, value=dh2
* key=xauth-password-type, value=ask
* key=ipsec-secret-type, value=save
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cinnamon-control-center-3.0.0/panels/network/panel-common.c
new/cinnamon-control-center-3.0.1/panels/network/panel-common.c
--- old/cinnamon-control-center-3.0.0/panels/network/panel-common.c
2016-04-23 17:11:10.000000000 +0200
+++ new/cinnamon-control-center-3.0.1/panels/network/panel-common.c
2016-06-24 11:09:50.000000000 +0200
@@ -67,7 +67,7 @@
: "network-cellular";
break;
}
- /* fall thru */
+ /* fall through */
default:
value = symbolic ? "network-idle-symbolic"
: "network-idle";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cinnamon-control-center-3.0.0/panels/region/cinnamon-region-panel-xkb.c
new/cinnamon-control-center-3.0.1/panels/region/cinnamon-region-panel-xkb.c
--- old/cinnamon-control-center-3.0.0/panels/region/cinnamon-region-panel-xkb.c
2016-04-23 17:11:10.000000000 +0200
+++ new/cinnamon-control-center-3.0.1/panels/region/cinnamon-region-panel-xkb.c
2016-06-24 11:09:50.000000000 +0200
@@ -51,22 +51,6 @@
}
static void
-cleanup_xkb_tabs (GtkBuilder * dialog,
- GObject *where_the_object_wa)
-{
- gkbd_desktop_config_term (&desktop_config);
- gkbd_keyboard_config_term (&initial_config);
- g_object_unref (G_OBJECT (config_registry));
- config_registry = NULL;
- /* Don't unref it here, or we'll crash if open the panel again */
- engine = NULL;
- g_object_unref (G_OBJECT (xkb_keyboard_settings));
- g_object_unref (G_OBJECT (xkb_desktop_settings));
- xkb_keyboard_settings = NULL;
- xkb_desktop_settings = NULL;
-}
-
-static void
reset_to_defaults (GtkWidget * button, GtkBuilder * dialog)
{
GkbdKeyboardConfig empty_kbd_config;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cinnamon-control-center-3.0.0/panels/region/cinnamon-region-panel-xkbot.c
new/cinnamon-control-center-3.0.1/panels/region/cinnamon-region-panel-xkbot.c
---
old/cinnamon-control-center-3.0.0/panels/region/cinnamon-region-panel-xkbot.c
2016-04-23 17:11:10.000000000 +0200
+++
new/cinnamon-control-center-3.0.1/panels/region/cinnamon-region-panel-xkbot.c
2016-06-24 11:09:50.000000000 +0200
@@ -132,7 +132,7 @@
g_strfreev (options_list);
}
-/* Remove all occurences of optionname from the backend's selection list */
+/* Remove all occurrences of optionname from the backend's selection list */
static void
xkb_options_deselect (gchar * optionname)
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cinnamon-control-center-3.0.0/panels/wacom/calibrator/gui_gtk.c
new/cinnamon-control-center-3.0.1/panels/wacom/calibrator/gui_gtk.c
--- old/cinnamon-control-center-3.0.0/panels/wacom/calibrator/gui_gtk.c
2016-04-23 17:11:10.000000000 +0200
+++ new/cinnamon-control-center-3.0.1/panels/wacom/calibrator/gui_gtk.c
2016-06-24 11:09:50.000000000 +0200
@@ -66,7 +66,7 @@
#define MAX_TIME 15000 /* 5000 = 5 sec */
#define END_TIME 750 /* 750 = 0.75 sec */
-/* Clock appereance */
+/* Clock appearance */
#define CROSS_LINES 47
#define CROSS_CIRCLE 7
#define CROSS_CIRCLE2 27
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cinnamon-control-center-3.0.0/panels/wacom/calibrator/main.c
new/cinnamon-control-center-3.0.1/panels/wacom/calibrator/main.c
--- old/cinnamon-control-center-3.0.0/panels/wacom/calibrator/main.c
2016-04-23 17:11:10.000000000 +0200
+++ new/cinnamon-control-center-3.0.1/panels/wacom/calibrator/main.c
2016-06-24 11:09:50.000000000 +0200
@@ -38,7 +38,7 @@
* find a calibratable touchscreen device (using XInput)
*
* if pre_device is NULL, the last calibratable device is selected.
- * retuns number of devices found,
+ * returns number of devices found,
* the data of the device is returned in the last 3 function parameters
*/
static int find_device(const char* pre_device, gboolean verbose, gboolean
list_devices,