~ubuntu-branches/ubuntu/precise/rhythmbox/precise-201203091205

« back to all changes in this revision

Viewing changes to widgets/rb-dialog.c

Tags: upstream-0.9.2cvs20060102
ImportĀ upstreamĀ versionĀ 0.9.2cvs20060102

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 */
23
23
 
24
24
#include <config.h>
25
 
#include <libgnome/gnome-i18n.h>
 
25
 
 
26
#include <glib/gi18n.h>
 
27
 
26
28
#include <gtk/gtk.h>
27
29
#include <glib.h>
28
30
#include <glib/gprintf.h>
56
58
        gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
57
59
                                                  "%s", text);
58
60
 
 
61
        gtk_window_set_title (GTK_WINDOW (dialog), "");
 
62
 
59
63
        gtk_container_set_border_width (GTK_CONTAINER (dialog), 6);
60
64
 
61
65
        g_signal_connect (dialog, "response", G_CALLBACK (gtk_widget_destroy), NULL);