X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkcellrendererprogress.c;h=2e4b9b31c37376564d589b907b5723f90a3afa47;hb=e54f8f4c623182b6870b27ef283cae2e71749662;hp=caa26d16ba51d4e6fb4e66758d4b8170b4e70bad;hpb=73d9ca67e6ea1021ebee4351a9cf0a10b07178da;p=~andy%2Fgtk diff --git a/gtk/gtkcellrendererprogress.c b/gtk/gtkcellrendererprogress.c index caa26d16b..2e4b9b31c 100644 --- a/gtk/gtkcellrendererprogress.c +++ b/gtk/gtkcellrendererprogress.c @@ -14,9 +14,7 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /* * Modified by the GTK+ Team and others 1997-2007. See the AUTHORS @@ -355,7 +353,7 @@ gtk_cell_renderer_progress_set_property (GObject *object, priv->orientation = g_value_get_enum (value); break; case PROP_INVERTED: - priv->orientation = g_value_get_boolean (value); + priv->inverted = g_value_get_boolean (value); break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, param_id, pspec);