~ubuntu-branches/ubuntu/precise/gnome-bluetooth/precise-updates

« back to all changes in this revision

Viewing changes to properties/gconf-bridge.c

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-08-05 13:34:38 UTC
  • mto: (2.2.1 experimental) (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20090805133438-791u4ywsppj71d9y
Tags: upstream-2.27.8
ImportĀ upstreamĀ versionĀ 2.27.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1215
1215
        g_warning ("GConf error:\n  %s", error->message);
1216
1216
 
1217
1217
        if (!shown_dialog) {
1218
 
                char *message;
1219
1218
                GtkWidget *dlg;
1220
1219
 
1221
 
                message = g_strdup_printf (_("GConf error: %s"),
1222
 
                                           error->message);
1223
1220
                dlg = gtk_message_dialog_new (NULL, 0,
1224
1221
                                              GTK_MESSAGE_ERROR,
1225
1222
                                              GTK_BUTTONS_OK,
1226
 
                                              message);
1227
 
                g_free (message);
 
1223
                                              _("GConf error: %s"),
 
1224
                                              error->message);
1228
1225
 
1229
1226
                gtk_message_dialog_format_secondary_text
1230
1227
                        (GTK_MESSAGE_DIALOG (dlg),