Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: compudj@krystal.dyndns.org (Mathieu Desnoyers)
Subject: [ltt-dev] [LTTV PATCH] Reactivate the constructor of the	filter and control dialogs
Date: Fri, 4 Feb 2011 17:14:18 -0500	[thread overview]
Message-ID: <BLU0-SMTP991F9120FA74D24616B1F296E60@phx.gbl> (raw)
In-Reply-To: <1296853116-17298-1-git-send-email-yannick.brosseau@gmail.com>

* Yannick Brosseau (yannick.brosseau at gmail.com) wrote:
> Both constructor were accidently removed in the warning cleanup
> 

Merged, thanks!

Mathieu

> Signed-off-by: Yannick Brosseau <yannick.brosseau at gmail.com>
> ---
>  lttv/modules/gui/filter/filter.c             |    5 ++++-
>  lttv/modules/gui/tracecontrol/tracecontrol.c |    6 +++++-
>  2 files changed, 9 insertions(+), 2 deletions(-)
> 
> diff --git a/lttv/modules/gui/filter/filter.c b/lttv/modules/gui/filter/filter.c
> index 2357465..a69685f 100644
> --- a/lttv/modules/gui/filter/filter.c
> +++ b/lttv/modules/gui/filter/filter.c
> @@ -462,7 +462,10 @@ gui_filter_destructor(FilterViewerData *fvd)
>  GtkWidget *
>  h_guifilter(LttvPlugin *plugin)
>  {
> -  return NULL;
> +	gui_filter(plugin);
> +
> +	/* TODO ybrosseau 2011-02-04: We should probably return a widget here */
> +	return NULL;
>  }
>  
>  /**
> diff --git a/lttv/modules/gui/tracecontrol/tracecontrol.c b/lttv/modules/gui/tracecontrol/tracecontrol.c
> index a02301b..56165d9 100644
> --- a/lttv/modules/gui/tracecontrol/tracecontrol.c
> +++ b/lttv/modules/gui/tracecontrol/tracecontrol.c
> @@ -1242,7 +1242,11 @@ void disarm_clicked (GtkButton *button, gpointer user_data)
>  GtkWidget *
>  h_guicontrol(LttvPlugin *plugin)
>  {
> -  return NULL;
> +	LttvPluginTab *ptab = LTTV_PLUGIN_TAB(plugin);
> +	gui_control(ptab) ;
> +
> +	/* TODO ybrosseau 2011-02-04: We should probably return a widget here */
> +	return NULL;
>  }
>  
>  /**
> -- 
> 1.7.2.3
> 
> 
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
> 

-- 
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com




      reply	other threads:[~2011-02-04 22:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-04 20:58 Yannick Brosseau
2011-02-04 22:14 ` Mathieu Desnoyers [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BLU0-SMTP991F9120FA74D24616B1F296E60@phx.gbl \
    --to=compudj@krystal.dyndns.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox