summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2007-11-21 13:27:54 +0000
committerKjartan Maraas <kmaraas@src.gnome.org>2007-11-21 13:27:54 +0000
commitb9ee74e0b956777a60e36f64c365ca62647d39fa (patch)
tree5501dc13ab1d5a860c3a0c71b6ad7f4a93d5445c /bindings
parentcf3ef703f8871722579594d07ba661647a45a234 (diff)
downloadtotem-b9ee74e0b956777a60e36f64c365ca62647d39fa.tar.gz
A bunch of cleanups of various sorts.
2007-11-21 Kjartan Maraas <kmaraas@gnome.org> * bindings/python/override_common.c: (_helper_wrap_boxed_gptrarray): * browser-plugin/totemPlugin.cpp: * src/backend/bacon-video-widget-gst-0.10.c: (get_stream_info_objects_for_type): * src/plugins/gromit/totem-gromit.c: (totem_gromit_plugin_finalize): * src/plugins/totem-plugin.c: * src/plugins/totem-plugin.h: * src/plugins/totem-plugins-engine.c: * src/plugins/totem-python-plugin.c: (totem_python_object_get_type): * src/totem-fullscreen.c: * src/totem-object.c: (totem_remote_command_get_type), (totem_disc_media_type_get_type): * src/totem-playlist.c: (totem_playlist_save_files), (totem_playlist_move_files): * src/totem-uri.c: (totem_add_files): * src/totem.c: (totem_action_exit), (totem_action_remote), (video_widget_create), (main): A bunch of cleanups of various sorts. svn path=/trunk/; revision=4880
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/override_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/override_common.c b/bindings/python/override_common.c
index fcdb607b1..2dd8fd5af 100644
--- a/bindings/python/override_common.c
+++ b/bindings/python/override_common.c
@@ -126,7 +126,7 @@ PyObject *
_helper_wrap_boxed_gptrarray (GPtrArray *list, GType type, gboolean own_ref, gboolean dealloc)
{
PyObject *py_list;
- int i;
+ unsigned int i;
if ((py_list = PyList_New(0)) == NULL) {
return NULL;