Revision 3226
| src/notificationwindow.c (revision 3226) | ||
|---|---|---|
| 186 | 186 |
void notification_window_set_message(const gchar *message, |
| 187 | 187 |
const gchar *submessage) |
| 188 | 188 |
{
|
| 189 |
gtk_label_set_text(GTK_LABEL(notify_window.msglabel), message); |
|
| 190 |
gtk_label_set_markup(GTK_LABEL(notify_window.sublabel), submessage); |
|
| 189 |
if (notify_window.window) {
|
|
| 190 |
gtk_label_set_text(GTK_LABEL(notify_window.msglabel), message); |
|
| 191 |
gtk_label_set_markup(GTK_LABEL(notify_window.sublabel), submessage); |
|
| 192 |
} |
|
| 191 | 193 |
} |
| 192 | 194 |
|
| 193 | 195 |
void notification_window_close(void) |
| ChangeLog (revision 3226) | ||
|---|---|---|
| 1 |
2013-02-15 |
|
| 2 |
|
|
| 3 |
* src/notificationwindow.c: notification_window_set_message(): |
|
| 4 |
check if the window exists. |
|
| 5 |
|
|
| 1 | 6 |
2013-02-14 |
| 2 | 7 |
|
| 3 | 8 |
* manual/ja/sylpheed.sgml: updated Japanese manual. |
Also available in: Unified diff