[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gtkmm
Subject:    Re: Bug in Filechooserbutton????
From:       "Juan A. Moreno" <jamf.gm () gmail ! com>
Date:       2008-06-30 14:34:38
Message-ID: 4868EEFE.3090207 () gmail ! com
[Download RAW message or body]

Jonathon Jongsma escribió:
> I can't reproduce this.
Sorry.
Here you have more info:

SO: Debian GNU/Linux (Testing)  Kernel 2.6.24-1-686
Gtkmm-dev: libgtkmm-2.4-dev
Code:

#include <gtkmm/main.h>
#include <gtkmm/window.h>
#include <gtkmm/filechooserbutton.h>

int main (int argc, char *argv[])
{
    Gtk::Main kit(argc, argv);
    Gtk::Window w;
    Gtk::FileChooserButton b;

    b.set_filename("/home/jamf/Desktop/file.txt");
    w.add(b);
    w.show_all_children();
    kit.run(w);

    return 0;
}

This code show nothing in the Gtk::FileChooserButton. If you move 
"file.txt" outside Desktop path (/home/jamf/file.txt for example), the 
Gtk::FileChooserButton show "file.txt" with no problem.

Regards:
Juan Ángel Moreno Fernández
_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic