~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.5
ImportĀ upstreamĀ versionĀ 0.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *
18
18
 *  You should have received a copy of the GNU General Public License
19
19
 *  along with this program; if not, write to the Free Software
20
 
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
20
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA.
21
21
 *
22
22
 */
23
23
 
53
53
                                         GTK_DIALOG_DESTROY_WITH_PARENT,
54
54
                                         GTK_MESSAGE_ERROR,
55
55
                                         GTK_BUTTONS_CLOSE,
56
 
                                         primary);
 
56
                                         "%s", primary);
57
57
 
58
58
        gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
59
59
                                                  "%s", text);