Commit 9ac4974d authored by Jean-Paul Saman's avatar Jean-Paul Saman

PDA Interface:

- Coding Style
- Added SAP/SLP to transcode tabpage
- Reworking transcoding options for playlist
parent 1fd2264c
This diff is collapsed.
This diff is collapsed.
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* callbacks.h : pda plugin for vlc * callbacks.h : pda plugin for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2003 VideoLAN * Copyright (C) 2003 VideoLAN
* $Id: pda_callbacks.h,v 1.9 2003/11/18 20:36:40 jpsaman Exp $ * $Id: pda_callbacks.h,v 1.10 2003/11/30 23:19:13 jpsaman Exp $
* *
* Authors: Jean-Paul Saman <jpsaman@wxs.nl> * Authors: Jean-Paul Saman <jpsaman@wxs.nl>
* *
...@@ -144,3 +144,7 @@ void ...@@ -144,3 +144,7 @@ void
onAddTranscodeToPlaylist (GtkButton *button, onAddTranscodeToPlaylist (GtkButton *button,
gpointer user_data); gpointer user_data);
void
onEntryStdAccessChanged (GtkEditable *editable,
gpointer user_data);
This diff is collapsed.
...@@ -29,7 +29,7 @@ lookup_widget (GtkWidget *widget, ...@@ -29,7 +29,7 @@ lookup_widget (GtkWidget *widget,
else else
parent = widget->parent; parent = widget->parent;
if (!parent) if (!parent)
parent = g_object_get_data (G_OBJECT (widget), "GladeParentKey"); parent = (GtkWidget*) g_object_get_data (G_OBJECT (widget), "GladeParentKey");
if (parent == NULL) if (parent == NULL)
break; break;
widget = parent; widget = parent;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment