Re: recurrent spam from applications developers [was: GtkListStore with GtkBuilder]
- From: amol <amolgkulkarni gmail com>
- To: Guillaume Cottenceau <gcottenc gmail com>
- Cc: gtk-devel-list gnome org
- Subject: Re: recurrent spam from applications developers [was: GtkListStore with GtkBuilder]
- Date: Tue, 22 Apr 2008 17:48:15 +0530
On Tue, 2008-04-22 at 12:43 +0200, Guillaume Cottenceau wrote:
> How about renaming gtk-devel-list into gtk-core-library-devel or
> something like that?
>
> Also, on http://gtk.org/mailing-lists.html:
>
> This list is for developers of GTK+ to discuss code. General GTK+
> questions should not be asked on this list, as that is more
> appropriate for gtk-app-devel-list.
>
> =>
>
> This list is for developers of the <b>core</b> GTK+ library to discuss
> GTK+ implementation. GTK+ applications development, and general GTK+
> questions, should <b>not</b> be asked on this list, as that is more
> appropriate for gtk-app-devel-list.
I suppose this is not General GTK+ question. this is probably bug in
Gtk+ code and this list seems to be more appropriate one to discuss it.
Please go through it before making it spam.
>
> ---------- Forwarded message ----------
> From: amol <amolgkulkarni gmail com>
> Date: 2008/4/22
> Subject: GtkListStore with GtkBuilder
> To: gtk-devel-list gnome org
>
>
>
> sorry for second mail since first one was from non member mail id
> Hi,
> I have a Liststore with two columns first is a Pixbuf and second is a
> string column.
> When i want to populate this Liststore through ui i always need to
> specify both fields.
> but for some row if i don't want to show Pixbuf i can't do it. I
> always need to specify both columns.
> If i specify wrong filename or NULL Gtk will show GTK_STOCK_MISSING_IMAGE.
>
> And if i does not Pixbuf column then GtkListstore tries to set the
> string part (second col) as pixbuf in first column.
> When i looked in GtkListStore code I think their is mismatch in
> column type and passed GValue which is to filled by calling
> gtk_builder_value_from_string_type.
>
> I am attaching a patch (with correct index) for above case.It works
> fine in my case but needs to verify it with other scenarios.
>
> Can't we miss any column(any one of many) which is not needed for
> that particular row.
>
> Regards,
> Amol
>
>
>
> _______________________________________________
> gtk-devel-list mailing list
> gtk-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-devel-list
>
>
>
>
> _______________________________________________
> gtk-devel-list mailing list
> gtk-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-devel-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]