GLib 2.20.5 released

2009-08-28 Thread Matthias Clasen
GLib 2.20.5 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.20/ http://download.gnome.org/sources/glib/2.20/ md5 sums: 4c178b91d82ef80a2da3c26b772569c0 glib-2.20.5.tar.bz2 59dc2682bb4f94aa9585a541369a4543 glib-2.20.5.tar.gz sha1 sums: 19e2b2684d7bc35a73ff94eb7fd15fc70cc6f292

Re: outstream question [i think]

2009-08-28 Thread Chris Vine
On Fri, 28 Aug 2009 08:16:25 -0400 "Boggess Rod" wrote: > > -Original Message- > > The intent is to have the results go to the gui (as opposed > > to the console). > > > > > > mysql> show columns from customers; > > ++--+--+-+-++ > > |

Re: file chooser: known bug?

2009-08-28 Thread Allin Cottrell
On Fri, 28 Aug 2009, Dr. Michael J. Chudobiak wrote: > > On 08/27/2009 03:36 PM, Allin Cottrell wrote: > > > > I wonder if this is a known bug or if I should report it? I use > > gtk_file_chooser_dialog_new() with an action of > > GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, and I pre-select the > > di

RE: outstream question [i think]

2009-08-28 Thread Boggess Rod
> -Original Message- > The intent is to have the results go to the gui (as opposed > to the console). > > > mysql> show columns from customers; > ++--+--+-+-++ > | Field | Type | Null | Key | Default | Extra | > +-

Re: file chooser: known bug?

2009-08-28 Thread Dr. Michael J. Chudobiak
On 08/27/2009 03:36 PM, Allin Cottrell wrote: I wonder if this is a known bug or if I should report it? I use gtk_file_chooser_dialog_new() with an action of GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, and I pre-select the directory that I think will most likely be wanted, using gtk_file_chooser_set_

Problem running the GTK main loop in a separate thread (different from the main one).

2009-08-28 Thread Cristi Cobzarenco
Hi, I've been using GTK for a pretty long time but I've never used threads with it and I'm not able to properly run the GTK main loop in a separate thread.More to the point if I create a window, for example, in a thread other than the GTK one, it becomes unresponsive. Other GTK calls (that don't cr

Problem running the GTK main loop in a separate thread (different from the main one).

2009-08-28 Thread Cristi Cobzarenco
Hi, I've been using GTK for a pretty long time but I've never used threads with it and I'm not able to properly run the GTK main loop in a separate thread.More to the point if I create a window, for example, in a thread other than the GTK one, it becomes unresponsive. Other GTK calls (that don't cr