Re: Session Management



>>>>> "Iain" == Iain  <nodatadj@webtribe.net> writes:

Iain> amb-> smclient = gnome_client_new ();

Here's the "problem".

The current gnome-client code creates a "master" connection to the
session manager.  If you have a simple application, you should just
use this connection instead of making your own.

So instead write:

    amb->smclient = gnome_master_client ();

Tom



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]