Fixed compilation error.
2002-03-18 Zbigniew Chyla <cyba@gnome.pl> * capplets/common/activate-settings-daemon.c (popup_error_message): Fixed compilation error.
This commit is contained in:
parent
e9b57b010f
commit
4844134d51
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-03-18 Zbigniew Chyla <cyba@gnome.pl>
|
||||
|
||||
* capplets/common/activate-settings-daemon.c (popup_error_message):
|
||||
Fixed compilation error.
|
||||
|
||||
Sun Mar 17 16:30:48 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* capplets/keybindings/gnome-keybinding-properties.c
|
||||
|
|
|
@ -18,7 +18,7 @@ static void popup_error_message ()
|
|||
GTK_BUTTONS_OK, _("Unable to start the settings manager 'gnome2-settings-daemon'.\n"
|
||||
"Without the GNOME settings manager running, some preferences may not take effect. This could"
|
||||
"indicate a problem with Bonobo, or a non-GNOME (e.g. KDE) settings manager may already"
|
||||
"be active and conflicting with the GNOME settings manager.");
|
||||
"be active and conflicting with the GNOME settings manager."));
|
||||
|
||||
gtk_widget_show (dialog);
|
||||
gtk_widget_destroy (dialog);
|
||||
|
|
Loading…
Add table
Reference in a new issue